/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[12].use[3]!./node_modules/react-toastify/dist/ReactToastify.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=ReactToastify.css.map */
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[5].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[5].oneOf[9].use[5]!./public/assets/css/profile.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.profile_profile-text__cCdNW {
  color: #FFF;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
  padding: 30px 15px 11px 21px;
  border-radius: 0px 0px 5px 5px;
}

.profile_navbar___FaN1 {
  background: #B5B268;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 5px 5px;
}

.profile_menu-profile__5LXOD {
  margin-bottom: 50px;
  min-height: calc(100vh - 139px);
}

.profile_avatar__6WmiA {
  position: relative;
  text-align: center;
  padding: 21px 21px 5px 21px;
}
.profile_avatar__6WmiA img {
  object-fit: cover;
}

.profile_profile-info-item__2oEu0 {
  color: #000;
  font-family: SF Compact Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  padding: 10px 21px;
}

.profile_language-setting__oqMWG {
  font-family: SF Compact Display;
  padding: 30px 37px;
}

.profile_language-save__NRRdW {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
}

.profile_language-save-button__CR6Dr {
  color: #FFF;
  text-align: center;
  font-family: SF Compact Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none !important;
  letter-spacing: -0.24px;
  width: 199px;
  height: 46px;
  border-radius: 5px;
  background: #413E38;
  margin: auto;
  padding-top: 13px;
}

.profile_btn-disable__eE_je {
  border-radius: 5px;
  background: #979797;
}

.profile_modal-content-login__EVKMk {
  z-index: 200;
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  border-radius: 30px 30px 0px 0px !important;
  background: #FFF !important;
}

.profile_modal-content-map__8iEHA {
  padding: 0px;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 0px;
  background: #FFF;
  min-height: 100vh;
}

.profile_btn-no-logout__FgzrX {
  color: #B5B268;
  text-align: center;
  font-family: SF Compact Display;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 4rem;
  padding-top: 10px;
}

.profile_btn-yes-logout__RuA6P {
  border-radius: 6px;
  background: #413E38;
  color: #FFF;
  text-align: center;
  font-family: SF Compact Display;
  font-size: 14px;
  font-weight: 400;
  width: 240px;
  margin: auto;
  padding: 13px 10px;
  margin-top: 40px;
}

.profile_btn-confirm-logout__CX2dm {
  padding-top: 1rem;
  color: #413E38;
  text-align: center;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.profile_detail-profile__wy_r8 {
  padding: 25px 35px;
}

.profile_form-control__VHuMN {
  border: 0px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  height: 50px;
}

.profile_form-control__VHuMN:focus {
  border: 0px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}

.profile_form-control-map__8pDZT {
  border: 0px;
  border-radius: 5px;
  width: 300px;
  background: #FFF;
  padding: 7px 30px 7px 40px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  height: 40px;
}

.profile_form-control-map__8pDZT:focus {
  border: 0px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}

.profile_form-nomal__pfg_3:focus {
  border: var(--bs-border-width) solid var(--bs-border-color);
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}

.profile_form-nomal__pfg_3::placeholder {
  font-size: 12px;
}

.profile_profile-text-map__g4JMl {
  padding-top: 15px;
  padding-bottom: 20px;
}

.profile_group-search__I4qx0 {
  padding: 7px 12px;
}

.profile_search-label__yIryn {
  display: inline-flex;
  padding: 5px 10px;
  color: #413E38;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
}

.profile_result-item__YC7NI {
  color: #000;
  font-family: SF Compact Display;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.profile_search-icon__RsGRA {
  padding-left: 0px;
}

.profile_texting__LlQ_Z.profile_invalid__pbMaJ {
  border-radius: 10px;
  border: 1px solid #D94B2C;
  background: #F2E8E8;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}

.profile_country__pzdzA {
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  margin-left: 3px;
  display: flex;
  align-items: center;
}

.profile_vb__4iC3_ {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: SF Compact Display;
}

.profile_message__i86DH {
  position: relative;
  z-index: 10 !important;
  margin-top: -25%;
  margin-left: 5%;
  font-family: SF Compact Display;
  font-size: 0.9rem;
  color: white;
  border-radius: 10px;
  background-color: #595856;
  margin-bottom: 5%;
  height: 50px;
  width: 90%;
}

.profile_notification-text__XKy19 {
  color: #FFF;
  padding: 20px;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-bottom: 30px;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.profile_line__xUAm6 {
  color: #EDEDED;
  margin: 8px auto;
}

.profile_title-info-item__ocEWy {
  color: #000;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.profile_description-info-item__K3Hus {
  color: #949494;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.profile_detail-title__wmJY9 {
  padding: 0rem 1rem;
  color: #413E38;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.profile_detail-datetime__3p7RP {
  padding: 0rem 1rem;
  color: #949494;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.profile_detail-description___Gdlz {
  padding: 1rem 1rem 0rem 1rem;
  color: #413E38;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.profile_empty__j4gvs {
  height: 50px;
  text-align: center;
  margin-top: 10%;
  color: #757575;
  font-family: SF Compact Display;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

@media (min-width: 1280px) {
  .profile_detail-profile__wy_r8 {
    padding: 15px 17px;
  }
  .profile_texting__LlQ_Z.profile_invalid__pbMaJ {
    border-radius: 6px;
    border: 1px solid var(--red, #E03009) !important;
    background: #FFF !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  .profile_invalid__pbMaJ input {
    color: var(--red, #E03009);
    font-family: SF Compact Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
  }
  .profile_normaling__ou_4a input {
    color: #717171;
  }
  .profile_label__UI29r {
    color: var(--bg, #404040);
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
    text-transform: uppercase;
  }
  .profile_labelPotal__Oszmu {
    color: var(--Cart-stroke, #D1D1D1);
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
    text-align: right;
    width: 72px;
  }
  .profile_subLabel__tdenz {
    color: var(--tab-bar, #C4C4C4);
  }
  .profile_save-button__UcM_g {
    display: flex;
    height: 60px;
    width: 100%;
    padding: 15px 23px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    color: #FFF;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
    letter-spacing: 1.44px;
    text-transform: uppercase;
  }
  .profile_save-button-portal__t98qO {
    display: flex;
    height: 60px;
    width: 100%;
    padding: 15px 23px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    font-family: SF Compact Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 556;
    line-height: 23.87px;
  }
  .profile_successful-message__InjxM {
    display: flex;
    min-height: 70px;
    width: 100%;
    padding: 20px 23px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: rgba(196, 196, 196, 0.15);
    font-family: SF Compact Display;
    color: var(--notification, #888);
    font-size: 16px;
    font-style: normal;
    font-weight: 556;
    line-height: normal;
  }
  .profile_error-message__ALap7 {
    display: flex;
    min-height: 70px;
    width: 100%;
    padding: 20px 23px;
    justify-content: left;
    align-items: center;
    border-radius: 5px;
    background: rgba(217, 75, 44, 0.2);
    font-family: SF Compact Display;
    color: var(--red, #E03009);
    font-size: 16px;
    font-style: normal;
    font-weight: 556;
    line-height: normal;
  }
  .profile_error-message__ALap7 svg {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .profile_menu-profile-popup__AcZKy .profile_custom-input-login__0B0uD {
    border: 1px solid var(--Cart-stroke, #D1D1D1);
    margin-top: 15px;
    height: 42px;
    padding: 7px 40px 7px 9px;
    color: var(--Input-field, #717171);
    font-family: SF Compact Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 457;
    line-height: normal;
  }
  .profile_menu-profile-popup__AcZKy .profile_eye__xVIP3 {
    position: absolute;
    right: 9px;
    top: 7px;
  }
  .profile_menu-profile-popup__AcZKy .profile_custom-input-login__0B0uD:focus {
    outline: none;
    border-color: #D1D1D1;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
  }
  .profile_menu-profile-popup__AcZKy .profile_login-button__FGKkD {
    padding: 20px 23px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 0px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    text-align: center;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
    letter-spacing: 1.44px;
    width: 100%;
    margin-top: 17px;
    margin-bottom: 20px;
  }
  .profile_menu-profile-popup__AcZKy .profile_forget-password__oeU8I {
    text-decoration: none;
    margin-top: 5px;
    color: #B4B4B4;
    text-align: center;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
  }
  .profile_menu-profile-popup__AcZKy .profile_line-break___Bsuu {
    border: 1px solid #404040;
  }
  .profile_menu-profile-popup__AcZKy .profile_text-break__bNy_B {
    position: absolute;
    top: -12px;
    background: white;
    padding: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    color: var(--bg, #404040);
    text-align: center;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
    letter-spacing: 1.26px;
  }
  .profile_menu-profile-popup__AcZKy .profile_invalid__pbMaJ {
    border-radius: 6px;
    border: 1px solid #D94B2C;
    color: #D94B2C;
  }
  .profile_menu-profile-popup__AcZKy .profile_invalid-portal__4ddOM {
    border-radius: 6px;
    border: 1px solid #E03009 !important;
    color: #E03009;
    background: #FFFFFF;
  }
  .profile_menu-profile-popup__AcZKy .profile_social-login-btn__8yaS_ {
    border-radius: 5px;
    border: 2px solid #413E38;
    padding: 6px 15px;
    background: #FFF;
    margin-top: 10px;
  }
  .profile_menu-profile-popup__AcZKy .profile_social-login-text__Puihw {
    text-transform: uppercase;
    color: #413E38;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
    letter-spacing: 1.44px;
    padding-left: 20px;
  }
  .profile_footer-portal__SpcU6 {
    text-align: center;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
    letter-spacing: 1.44px;
    margin-bottom: 35px;
    margin-top: 100px;
    text-transform: uppercase;
  }
  .profile_term-register__rBw7X {
    color: #413E38;
    font-family: SF Compact Display;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
  }
  .profile_underline-register__YP0XQ {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-transform: lowercase;
  }
  .profile_line-break-register__1FiBb {
    border: 1px solid #404040;
  }
  .profile_text-break-register__Asql0 {
    text-transform: uppercase;
    width: max-content;
    position: absolute;
    top: -12px;
    background: white;
    padding: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    color: var(--bg, #404040);
    text-align: center;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
    letter-spacing: 1.26px;
  }
  .profile_social-login-btn__8yaS_ {
    width: 100%;
  }
  .profile_social-register__21F48 {
    align-items: baseline;
    justify-content: center;
    display: flex;
    margin-top: 15px;
  }
  .profile_delete-avatar__vlqkC {
    border-radius: 100%;
    top: 21px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    z-index: 100;
    background: rgba(88, 89, 90, 0.6901960784);
    width: 126px;
    height: 126px;
    align-items: center;
    justify-content: center;
  }
  .profile_avatar__6WmiA {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
  }
  .profile_avatar__6WmiA:hover .profile_delete-avatar__vlqkC {
    display: flex;
  }
  .profile_avatar__6WmiA:hover {
    display: block;
  }
  .profile_avatar-not-found__f9CEp {
    width: 126px;
    height: 126px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    font-family: SF Compact Display;
    font-size: 60px;
    font-style: normal;
    font-weight: 556;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
  }
  .profile_avatar__6WmiA:hover img {
    opacity: 0.7;
  }
  .profile_search-result__P_U99 {
    padding: 0px 10px;
    border-radius: 0px 0px 2px 2px;
    background: var(--White, #FFF);
    box-shadow: 2px 10px 20px 0px rgba(109, 109, 109, 0.15);
    z-index: 50;
  }
  .profile_result-item__YC7NI {
    font-family: Open Sans;
    font-size: 14px;
  }
  .profile_result-item__YC7NI input {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .profile_footer-reset-text__j9_Ho {
    width: max-content;
    bottom: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
    letter-spacing: 1.44px;
  }
  .profile_form-control-map__8pDZT {
    padding: 7px 10px;
    width: 100%;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    border: 1px solid var(--Cart-stroke, #D1D1D1);
    background: var(--White, #FFF);
    color: var(--input, #131313);
    font-family: SF Compact Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 457;
    line-height: normal;
  }
  .profile_form-control-map__8pDZT:focus {
    border: 1px solid var(--Cart-stroke, #D1D1D1);
    border-color: #D1D1D1 !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
  }
}
@media (max-width: 1279px) {
  .profile_detail-profile__wy_r8 {
    padding: 15px 17px;
  }
  .profile_texting__LlQ_Z.profile_invalid__pbMaJ {
    border-radius: 6px;
    border: 1px solid var(--red, #E03009) !important;
    background: #FFF !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  .profile_invalid__pbMaJ input {
    color: var(--red, #E03009);
    font-family: SF Compact Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
  }
  .profile_label__UI29r {
    color: var(--bg, #404040);
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
    text-transform: uppercase;
  }
  .profile_labelPotal__Oszmu {
    color: var(--Cart-stroke, #D1D1D1);
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
    text-align: right;
    width: 72px;
  }
  .profile_subLabel__tdenz {
    color: var(--tab-bar, #C4C4C4);
  }
  .profile_save-button__UcM_g {
    display: flex;
    height: 60px;
    width: 100%;
    padding: 15px 23px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    color: #FFF;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
    letter-spacing: 1.44px;
    text-transform: uppercase;
  }
  .profile_save-button-portal__t98qO {
    display: flex;
    height: 60px;
    width: 100%;
    padding: 15px 23px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    font-family: SF Compact Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 556;
    line-height: 23.87px;
  }
  .profile_successful-message__InjxM {
    display: flex;
    min-height: 70px;
    width: 100%;
    padding: 20px 23px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: rgba(196, 196, 196, 0.15);
    font-family: SF Compact Display;
    color: var(--notification, #888);
    font-size: 16px;
    font-style: normal;
    font-weight: 556;
    line-height: normal;
  }
  .profile_error-message__ALap7 {
    display: flex;
    min-height: 70px;
    width: 100%;
    padding: 20px 23px;
    justify-content: left;
    align-items: center;
    border-radius: 5px;
    background: rgba(217, 75, 44, 0.2);
    font-family: SF Compact Display;
    color: var(--red, #E03009);
    font-size: 16px;
    font-style: normal;
    font-weight: 556;
    line-height: normal;
  }
  .profile_error-message__ALap7 svg {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .profile_menu-profile-popup__AcZKy .profile_custom-input-login__0B0uD {
    border: 1px solid var(--Cart-stroke, #D1D1D1);
    margin-top: 15px;
    height: 42px;
    padding: 7px 40px 7px 9px;
    color: var(--Input-field, #717171);
    font-family: SF Compact Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 457;
    line-height: normal;
  }
  .profile_menu-profile-popup__AcZKy .profile_eye__xVIP3 {
    position: absolute;
    right: 9px;
    top: 7px;
  }
  .profile_menu-profile-popup__AcZKy .profile_custom-input-login__0B0uD:focus {
    outline: none;
    border-color: #D1D1D1;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
  }
  .profile_menu-profile-popup__AcZKy .profile_login-button__FGKkD {
    padding: 20px 23px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 0px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    text-align: center;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
    letter-spacing: 1.44px;
    width: 100%;
    margin-top: 17px;
    margin-bottom: 20px;
  }
  .profile_menu-profile-popup__AcZKy .profile_forget-password__oeU8I {
    text-decoration: none;
    margin-top: 5px;
    color: #B4B4B4;
    text-align: center;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
  }
  .profile_menu-profile-popup__AcZKy .profile_line-break___Bsuu {
    border: 1px solid #404040;
  }
  .profile_menu-profile-popup__AcZKy .profile_text-break__bNy_B {
    position: absolute;
    top: -12px;
    background: white;
    padding: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    color: var(--bg, #404040);
    text-align: center;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
    letter-spacing: 1.26px;
  }
  .profile_menu-profile-popup__AcZKy .profile_invalid__pbMaJ {
    border-radius: 6px;
    border: 1px solid #D94B2C;
    color: #D94B2C;
  }
  .profile_menu-profile-popup__AcZKy .profile_invalid-portal__4ddOM {
    border-radius: 6px;
    border: 1px solid #E03009 !important;
    color: #E03009;
    background: #FFFFFF;
  }
  .profile_menu-profile-popup__AcZKy .profile_social-login-btn__8yaS_ {
    border-radius: 5px;
    border: 2px solid #413E38;
    padding: 6px 15px;
    background: #FFF;
    margin-top: 10px;
  }
  .profile_menu-profile-popup__AcZKy .profile_social-login-text__Puihw {
    text-transform: uppercase;
    color: #413E38;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
    letter-spacing: 1.44px;
    padding-left: 20px;
  }
  .profile_footer-portal__SpcU6 {
    text-align: center;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
    letter-spacing: 1.44px;
    margin-bottom: 35px;
    margin-top: 100px;
    text-transform: uppercase;
  }
  .profile_term-register__rBw7X {
    color: #413E38;
    font-family: SF Compact Display;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
  }
  .profile_underline-register__YP0XQ {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-transform: lowercase;
  }
  .profile_line-break-register__1FiBb {
    border: 1px solid #404040;
  }
  .profile_text-break-register__Asql0 {
    text-transform: uppercase;
    width: max-content;
    position: absolute;
    top: -12px;
    background: white;
    padding: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    color: var(--bg, #404040);
    text-align: center;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
    letter-spacing: 1.26px;
  }
  .profile_social-login-btn__8yaS_ {
    width: 100%;
  }
  .profile_social-register__21F48 {
    align-items: baseline;
    justify-content: center;
    display: flex;
    margin-top: 15px;
  }
  .profile_delete-avatar__vlqkC {
    border-radius: 100%;
    top: 21px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    z-index: 100;
    background: rgba(88, 89, 90, 0.6901960784);
    width: 126px;
    height: 126px;
    align-items: center;
    justify-content: center;
  }
  .profile_avatar__6WmiA {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
  }
  .profile_avatar__6WmiA:hover .profile_delete-avatar__vlqkC {
    display: flex;
  }
  .profile_avatar__6WmiA:hover {
    display: block;
  }
  .profile_avatar-not-found__f9CEp {
    width: 126px;
    height: 126px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    font-family: SF Compact Display;
    font-size: 60px;
    font-style: normal;
    font-weight: 556;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
  }
  .profile_avatar__6WmiA:hover img {
    opacity: 0.7;
  }
  .profile_search-result__P_U99 {
    padding: 0px 10px;
    border-radius: 0px 0px 2px 2px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 0px 0px rgba(109, 109, 109, 0.15);
    z-index: 50;
  }
  .profile_result-item__YC7NI {
    font-family: Open Sans;
    font-size: 14px;
  }
  .profile_result-item__YC7NI input {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .profile_footer-reset-text__j9_Ho {
    width: max-content;
    bottom: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
  }
  .profile_form-control-map__8pDZT:focus {
    border: 1px solid var(--Cart-stroke, #D1D1D1);
    border-color: #D1D1D1 !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
  }
}
.profile_portal-profile-navbar__fZGHz {
  height: 122px;
  flex-shrink: 0;
  border-radius: 0 0 5px 5px;
  background: #B5B268;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.profile_portal-profile-text__uDTPj {
  width: 267px;
  height: 37px;
  flex-shrink: 0;
  padding: 74px 87px 11px 21px;
  border-radius: 0 0 5px 5px;
  color: #FFF;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
}

.profile_portal-profile-info-item__4ZNM7 {
  padding: 10px 21px;
  color: #000;
  font-family: SF Compact Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}

.profile_portalUpdateP__VdRHZ {
  position: relative;
  padding-left: 0px !important;
  padding-right: 0px;
}

.profile_addressIcon__ovn1g {
  position: absolute;
  left: 92px;
  z-index: 1200;
}

.profile_clicked__w0_Ke {
  position: absolute;
  right: 180px;
  bottom: 5px;
}

.profile_textingPotaling__L3UiO {
  width: 300px !important;
  height: 46px !important;
}

.profile_save-buttons__qILmo {
  display: flex;
  height: 42px;
  width: 148px;
  padding: 15px 23px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 790;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.profile_vba__Etplz {
  color: var(--Input-field, #717171);
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.profile_delete-avatars__31K8q {
  border-radius: 100%;
  top: 18px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  z-index: 100;
  background: rgba(88, 89, 90, 0.6901960784);
  width: 200px;
  height: 200px;
  align-items: center;
  justify-content: center;
}

.profile_avatar__6WmiA:hover .profile_delete-avatars__31K8q {
  display: flex;
  cursor: pointer;
}

.profile_error-message-portal__a9cdZ {
  display: flex;
  min-height: 70px;
  width: 100%;
  padding: 20px 23px;
  justify-content: left;
  align-items: center;
  border-radius: 5px;
  font-family: SF Compact Display;
  color: var(--red, #E03009);
  font-size: 12px;
  font-style: normal;
  font-weight: 556;
  line-height: normal;
}

.profile_vbae__a1SBC {
  color: var(--red, #E03009);
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 57px;
}

.profile_search-result-portal__RSr11 {
  padding: 0px 10px;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 0px 0px 2px 2px;
  background: var(--White, #FFF);
  box-shadow: 2px 10px 20px 0px rgba(109, 109, 109, 0.15);
  z-index: 50;
}

.profile_footer-login-text-desk__RIo6a {
  text-align: center;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 790;
  line-height: normal;
  letter-spacing: 1.44px;
  margin-bottom: 30px;
}

.profile_navigation-title-desktop__k_Uyf {
  margin: 70px 47px 70px 30px;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 24px;
  font-weight: 790;
  line-height: 29px;
  text-align: left;
  color: #1E1E1E;
}

.profile_navigation-title-mobile__P6q6a {
  margin-bottom: 20px;
  font-family: SF Compact Display Medium;
  font-weight: normal !important;
  font-size: 24px;
  font-weight: 556;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #1E1E1E;
  text-transform: uppercase;
}

.profile_navigation-options__MVrm9 {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  background-color: #FFFFFF;
  border-bottom: 1px solid #CDCDCD;
  padding: 20px 30px 20px 30px;
  color: #4F4F4F;
}

.profile_navigation-options-mobile__Ua_Ye {
  display: flex;
  flex-direction: column;
  gap: 25px;
  background-color: #FFFFFF;
}
.profile_navigation-options-mobile__Ua_Ye a {
  color: #4F4F4F;
  font-family: SF Compact Display;
  font-size: 20px;
  font-weight: 457;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
}

.profile_navigation-description__n4p8r {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SF Compact Display Medium;
  font-weight: normal !important;
  font-size: 16px;
  font-weight: 556;
  line-height: 19.09px;
  color: #4F4F4F;
}

.profile_navigation-login-button__p3S1V {
  padding: 13.12px 26.23px 13.12px 26.23px;
  background-color: #ABA765;
  border-radius: 58.58px;
  margin: auto;
  width: 100%;
  color: #FFFFFF;
  font-family: SF Compact Display;
  font-size: 22px;
  font-weight: 556;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
}

.profile_navigation-register-button__ptuTx {
  padding: 13.12px 26.23px 13.12px 26.23px;
  background-color: #FFFFFF;
  border-radius: 58.58px;
  margin: auto;
  width: 100%;
  color: #ABA765;
  border: 1px solid #ABA765;
  font-family: SF Compact Display;
  font-size: 22px;
  font-weight: 556;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[5].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[5].oneOf[13].use[5]!./public/assets/css/popup.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
#introduce-popup {
  font-family: SF Compact Display, serif;
  font-size: 16px;
  color: #413E38;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.24px;
}
#introduce-popup .modal-content {
  margin-left: 18px;
  margin-right: 18px;
}
#introduce-popup .modal-content .modal-header {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 10px;
}
#introduce-popup .modal-content .modal-body {
  max-height: 360px;
  overflow-y: auto;
}
#introduce-popup .modal-content .modal-body .workspace-content {
  text-align: center;
}
#introduce-popup .modal-content .modal-footer {
  border-top: none;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 11px;
}
#introduce-popup .modal-content .photo-container {
  text-align: center;
  width: 72px;
  height: 72px;
  margin: auto;
}
#introduce-popup .modal-content .logo-photo {
  width: 100%;
  border-radius: 50%;
}

@media (max-width: 1279px) {
  #modal-profile {
    min-height: 0 !important;
  }
  #modal-profile .modal-content {
    width: 100% !important;
  }
}
@media (min-width: 1280px) {
  .custom-introduce-modal .modal-dialog {
    margin-top: 0 !important;
  }
  #introduce-popup {
    font-family: SF Compact Display, serif;
    font-size: 16px;
    color: #413E38;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.24px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    max-height: none;
    width: 377px !important;
  }
  #introduce-popup .modal-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 100%;
    border-radius: 0 !important;
    width: 377px !important;
  }
  #introduce-popup .modal-content .modal-header {
    margin-top: 68px;
    border-bottom: none;
    padding: 0 !important;
    margin-bottom: 141px;
  }
  #introduce-popup .modal-content .modal-content-wrapper {
    padding-left: 20px;
    padding-right: 24px;
    display: flex;
    gap: 10px;
  }
  #introduce-popup .modal-content .modal-content-wrapper svg {
    flex-shrink: 0;
  }
  #introduce-popup .modal-content .modal-body {
    overflow-y: auto;
    width: 300px;
    max-height: 500px;
    flex-shrink: 0;
    padding: 0 !important;
    font-family: SF Compact Display;
  }
  #introduce-popup .modal-content .modal-body .workspace-content {
    text-align: left;
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 556;
    line-height: normal;
  }
  #introduce-popup .modal-content .modal-footer {
    border-top: none;
    text-align: center;
    display: flex;
    width: 104px;
    height: 29px;
    padding: 5px;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    margin-top: 5px;
    margin-left: 5px;
  }
  #introduce-popup .modal-content .modal-footer .introduce-close {
    color: #888;
    font-size: 16px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
    letter-spacing: 1.44px;
  }
  #introduce-popup .modal-content .photo-container {
    text-align: center;
    width: 144px;
    height: 144px;
    margin: auto;
  }
  #introduce-popup .modal-content .logo-photo {
    width: 100%;
    border-radius: 50%;
  }
}
#coupon .modal-content {
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 30px 30px 0px 0px;
  max-height: 100%;
}
#coupon .modal-content .modal-header {
  border-bottom: none;
  justify-content: center;
  padding-bottom: 0;
}
#coupon .modal-content .modal-header h1 {
  text-align: center;
  color: #000;
  text-align: center;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#coupon .modal-content .modal-body {
  max-height: 100%;
  overflow-y: auto;
  padding-top: 0;
}
#coupon .modal-content .modal-body .tail-contain {
  margin-top: 2%;
}
#coupon .modal-content .modal-body .description {
  color: #413E38;
  text-align: center;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}
#coupon .modal-content .modal-body .detail {
  color: #757575;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 92%;
}
#coupon .modal-content .modal-body .workspace-content {
  text-align: justify;
}
#coupon .modal-content .modal-body p {
  text-align: center;
}
#coupon .modal-content .modal-body .go-shop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
#coupon .modal-content .modal-body .go-shop-button {
  border-radius: 6px;
  border: 2px solid #413E38;
  background-color: #413E38;
  width: 199px;
  height: 46px;
  margin: auto;
  color: #FFF;
  text-align: center;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}
#coupon .modal-content .modal-footer {
  border-top: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.btn-darking {
  border-radius: 10px;
  height: 46px;
  width: 199px !important;
  color: #FFF;
  text-align: center;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  background-color: #413E38;
}

#list-type .modal-content {
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 30px 30px 0px 0px;
  height: 40%;
}

#group-order .modal-backdrop {
  --bs-backdrop-opacity: 0 !important;
}
#group-order .modal-content {
  position: fixed;
  bottom: 0px;
  left: 0;
  border-radius: 30px 30px 0px 0px;
  overflow-y: hidden;
  height: auto !important;
  max-height: 100%;
  min-height: 40%;
}
#group-order .modal-content .modal-header {
  border-bottom: 0;
}
#group-order .modal-content .modal-header h1 {
  color: #413E38;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#group-order .modal-content .modal-body {
  padding-bottom: 0;
  border-bottom: 0;
  padding-top: 0;
  overflow-y: hidden;
}
#group-order .modal-content .modal-body b {
  color: #413E38;
  /* Input field */
  font-family: Open Sans Bold;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#group-order .modal-content .modal-body .inputing {
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--Cart-stroke, #D1D1D1);
  background: var(--White, #FFF);
  height: 42px;
  padding-left: 12px;
}
#group-order .modal-content .modal-body .inputing:focus {
  outline: none;
  box-shadow: none;
}
#group-order .modal-content .modal-body .list-contain {
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.05);
  max-height: 155px;
  overflow: hidden;
  overflow-y: auto;
}
#group-order .modal-content .modal-body .list-group {
  padding-left: 12px;
  margin: auto;
  padding-right: 12px;
  padding-top: 15px;
  align-items: center;
}
#group-order .modal-content .modal-body .list-empty {
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.05);
  height: 50px;
  text-align: center;
  padding-top: 12px;
}
#group-order .modal-content .modal-body p {
  color: #413E38;
  /* Input field */
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#group-order .modal-content .modal-body p span {
  text-decoration: underline;
}
#group-order .modal-content .modal-body .list-group-text {
  color: #717171;
  margin-bottom: 0;
}
#group-order .modal-content .modal-body .no-padding {
  padding-top: 0;
}
#group-order .modal-content .modal-body .close-time p {
  color: #CBCBCB;
  text-align: right;
  /* Input field */
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#group-order .modal-content .modal-body .list-empty p {
  color: #BFBFBF;
  text-align: center;
  /* Input field */
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#group-order .modal-content .modal-body .starting {
  text-align: center;
  margin-top: 40px;
}
#group-order .modal-content .modal-body .starting button {
  border-radius: 6px;
  background: #413E38;
  height: 46px;
  width: 199px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  color: #FFF;
  text-align: center;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}
#group-order .modal-content .modal-footer {
  border-top: 0;
}
#group-order .modal-content .modal-footer button {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}

#form-group .modal-content {
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 30px 30px 0px 0px;
  height: 80%;
}
#form-group .modal-content .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  display: block !important;
  padding-top: 5px;
}
#form-group .modal-content .modal-header .promise {
  margin-left: 23px;
  color: #949494;
  font-family: SF Compact Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
#form-group .modal-content .modal-header h1 {
  margin-left: 22px;
  color: #413E38;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
#form-group .modal-content .modal-body {
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: 0;
}
#form-group .modal-content .modal-body p {
  color: #413E38;
  /* Input field */
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#form-group .modal-content .modal-body p span {
  text-decoration: underline;
}
#form-group .modal-content .modal-footer {
  border-top: 0;
}
#form-group .modal-content .modal-footer button {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.2 !important;
}

#map .modal-content {
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 30px 30px 0px 0px;
  max-height: 90%;
}
#map .modal-content .modal-header {
  border-bottom: none;
  justify-content: center;
  padding-bottom: 0;
}
#map .modal-content .modal-header h1 {
  text-align: center;
  color: #000;
  text-align: center;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#map .modal-content .modal-body {
  overflow-y: auto;
  padding-top: 0;
}
#map .modal-content .modal-body .tail-contain {
  margin-top: 2%;
}
#map .modal-content .modal-body .description {
  color: #413E38;
  text-align: center;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}
#map .modal-content .modal-body .detail {
  color: #757575;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 92%;
}
#map .modal-content .modal-body .workspace-content {
  text-align: justify;
}
#map .modal-content .modal-body p {
  text-align: center;
}
#map .modal-content .modal-footer {
  border-top: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 0;
}

#sort-product .modal-content {
  right: 8px;
  top: 190px;
  background: #F5F5F5;
  /* drop shadow sorteren */
  box-shadow: 0px 10px 20px 2px rgba(2, 2, 2, 0.1);
  width: 220px;
  height: 165px;
  flex-shrink: 0;
  fill: #FFF;
  stroke-width: 1px;
  stroke: #FFF;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
}
#sort-product .modal-content .modal-body {
  overflow-y: inherit;
}
#sort-product .modal-content .modal-body .tail-contain {
  margin-top: 2%;
}
#sort-product .modal-content .modal-body .description {
  color: #413E38;
  text-align: center;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}
#sort-product .modal-content .modal-body .detail {
  color: #757575;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 92%;
}
#sort-product .modal-content .modal-body .workspace-content {
  text-align: justify;
}
#sort-product .modal-content .modal-body p {
  text-align: center;
  color: var(--black-primary, #404040);
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 790;
  line-height: normal;
}

#allergenens-list {
  position: absolute;
}
#allergenens-list .modal-content {
  position: absolute;
  right: -21px;
  top: 190px;
  background: #F5F5F5;
  /* drop shadow sorteren */
  box-shadow: 0px 10px 20px 2px rgba(2, 2, 2, 0.1);
  width: 220px;
  height: 165px;
  flex-shrink: 0;
  fill: #FFF;
  stroke-width: 1px;
  stroke: #FFF;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
}
#allergenens-list .modal-content .modal-body {
  overflow-y: inherit;
}
#allergenens-list .modal-content .modal-body .tail-contain {
  margin-top: 2%;
}
#allergenens-list .modal-content .modal-body .description {
  color: #413E38;
  text-align: center;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}
#allergenens-list .modal-content .modal-body .detail {
  color: #757575;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 92%;
}
#allergenens-list .modal-content .modal-body .workspace-content {
  text-align: justify;
}
#allergenens-list .modal-content .modal-body p {
  text-align: center;
  color: var(--black-primary, #404040);
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 790;
  line-height: normal;
}

@media screen and (min-width: 1280px) {
  #product-suggestion-desk {
    scrollbar-color: #D1D1D1 #F8F8F8;
  }
  #product-suggestion-desk .suited {
    margin-left: 40px;
    margin-top: 20px;
    padding: 5px;
    display: flex;
    width: 182.897px;
    height: 29px;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    color: var(--notification, #888);
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
    letter-spacing: 1.44px;
  }
  #product-suggestion-desk .suited:hover {
    cursor: pointer;
  }
  #product-suggestion-desk .modal-content {
    position: fixed;
    bottom: 0;
    right: 0;
    border-radius: 0px 0px 0px 0px;
    height: 100%;
    width: 663px;
    scrollbar-color: red;
  }
  #product-suggestion-desk .modal-content .modal-header {
    border-bottom: none;
    justify-content: center;
    padding-bottom: 0;
  }
  #product-suggestion-desk .modal-content .modal-header h1 {
    color: var(--bg, #404040);
    text-align: center;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
  }
  #product-suggestion-desk .modal-content .modal-footer {
    border-top: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 0;
    padding-top: 20px;
  }
  #product-suggestion-desk .modal-content .modal-footer .btn-desk-no {
    display: flex;
    width: 299px;
    height: 59px;
    padding: 20px 23px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 5px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    color: #FFF;
    text-align: center;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 790;
    line-height: normal;
    letter-spacing: 1.44px;
  }
}
@media screen and (max-width: 1279px) {
  #product-suggestion .modal-content {
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 30px 30px 0px 0px;
    height: 60%;
  }
  #product-suggestion .modal-content .modal-header {
    border-bottom: none;
    justify-content: center;
    padding-bottom: 0;
  }
  #product-suggestion .modal-content .modal-header h1 {
    text-align: center;
    color: #000;
    text-align: center;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  #product-suggestion .modal-content .modal-body {
    max-height: 360px;
    overflow-y: auto;
    padding-top: 0;
  }
  #product-suggestion .modal-content .modal-body .tail-contain {
    margin-top: 2%;
  }
  #product-suggestion .modal-content .modal-body .description {
    color: #413E38;
    text-align: center;
    font-family: SF Compact Display;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
  }
  #product-suggestion .modal-content .modal-body .detail {
    color: #757575;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 92%;
  }
  #product-suggestion .modal-content .modal-body .workspace-content {
    text-align: justify;
  }
  #product-suggestion .modal-content .modal-body .form-control-account {
    color: var(--Input-field, #717171);
    font-family: SF Compact Display;
    font-size: 14px;
    font-weight: 400;
  }
  #product-suggestion .modal-content .modal-footer {
    border-top: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  #sort-product .modal-content {
    right: 4px;
    top: 160px;
    background-color: #F8F8F8;
    width: 220px;
    height: 140px;
    flex-shrink: 0;
    fill: #FFF;
    stroke-width: 1px;
    stroke: #FFF;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
  }
  #sort-product .modal-content .modal-body {
    overflow-y: inherit;
  }
  #sort-product .modal-content .modal-body .tail-contain {
    margin-top: 2%;
  }
  #sort-product .modal-content .modal-body .description {
    color: #413E38;
    text-align: center;
    font-family: SF Compact Display;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
  }
  #sort-product .modal-content .modal-body .detail {
    color: #757575;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 92%;
  }
  #sort-product .modal-content .modal-body .workspace-content {
    text-align: justify;
  }
  #sort-product .modal-content .modal-body p {
    text-align: center;
  }
}
#delivery-order .modal-backdrop {
  --bs-backdrop-opacity: 0 !important;
}
#delivery-order .modal-content {
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 30px 30px 0px 0px;
  height: auto;
}
#delivery-order .modal-content .modal-body {
  padding-bottom: 0;
  border-bottom: 0;
}
#delivery-order .group-content {
  padding: 25px 15px;
}
#delivery-order .group-content .MuiFormControlLabel-root {
  margin-bottom: 15px;
}
#delivery-order .main-label {
  color: #000 !important;
  font-family: SF Compact Display Semibold !important;
  font-weight: normal !important;
  font-size: 16px !important;
}
#delivery-order .sub-label {
  color: #000 !important;
  font-family: SF Compact Display !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#delivery-order .btn-confirm {
  margin-top: -15px !important;
  margin-bottom: 30px !important;
}
#delivery-order .form-control-map {
  border-radius: 6px;
  border: 1px solid var(--Cart-stroke, #D1D1D1);
  background: var(--White, #FFF);
  padding: 5px 15px 5px 30px;
  height: 42px;
  color: #000;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 14px;
}

.profile-update .modal-content {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.profile-update .form-control-account {
  height: 42px;
}
.profile-update .form-control:focus {
  color: var(--bs-border-color);
  background-color: var(--bs-body-bg);
  border-color: var(--bs-border-color);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}

.modal-animation .modal.in {
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 5s;
}

#modal-profile {
  min-height: 100vh;
}
#modal-profile .modal-content {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 380px;
  border: 0px;
  border-radius: 0px;
}
#modal-profile .close-popup {
  color: #828282;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 790;
  line-height: normal;
  letter-spacing: 1.44px;
  display: flex;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 5px;
}
#modal-profile .profile-title {
  color: #212121;
  text-align: center;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 790;
  line-height: normal;
}
#modal-profile .profile-description {
  color: #828282;
  text-align: center;
  font-family: SF Compact Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 556;
}

#modal-profile-portal {
  min-height: 100vh;
}
#modal-profile-portal .modal-body {
  overflow: inherit;
}
#modal-profile-portal .modal-content {
  position: fixed;
  left: 10vw;
  top: 28vh;
  width: 86vw;
  height: 40vh;
  border: 0px;
  border-radius: 0px;
  border-radius: 20px;
  background: #FFF;
  height: max-content;
  /* Food Card Shadow */
  box-shadow: 2px 10px 20px 0px rgba(109, 109, 109, 0.15);
}
#modal-profile-portal .close-popup {
  position: absolute;
  right: 0;
  color: var(--notification, #888);
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 790;
  line-height: normal;
  letter-spacing: 1.44px;
  display: flex;
  text-transform: uppercase;
  padding: 35px 5px;
  cursor: pointer;
}
#modal-profile-portal .profile-title {
  color: #000;
  text-align: center;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 69.444% */
}
#modal-profile-portal .profile-description {
  color: var(--notification, #888);
  text-align: center;
  font-family: SF Compact Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 556;
}

#delivery-check .modal-backdrop {
  --bs-backdrop-opacity: 0 !important;
}
#delivery-check .modal-content {
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 30px 30px 0px 0px;
  height: 35%;
}
#delivery-check .modal-content .modal-body {
  padding-bottom: 0;
  border-bottom: 0;
}

@media (min-width: 1280px) {
  #sort-product .modal-content {
    position: absolute;
    right: 4px;
    top: 160px;
    background-color: #F8F8F8;
    width: 220px;
    height: 140px;
    flex-shrink: 0;
    fill: #FFF;
    stroke-width: 1px;
    stroke: #FFF;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
  }
  #sort-product .modal-content .modal-body {
    overflow-y: inherit;
  }
  #sort-product .modal-content .modal-body .tail-contain {
    margin-top: 2%;
  }
  #sort-product .modal-content .modal-body .description {
    color: #413E38;
    text-align: center;
    font-family: SF Compact Display;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
  }
  #sort-product .modal-content .modal-body .detail {
    color: #757575;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 92%;
  }
  #sort-product .modal-content .modal-body .workspace-content {
    text-align: justify;
  }
  #sort-product .modal-content .modal-body p {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .model-profile-update .modal-content {
    min-height: 100vh;
  }
  #portal-register .modal-content {
    position: relative;
    width: 32vw;
    border-radius: 20px;
    background: #F4F5F7;
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.25);
  }
  #portal-register .modal-content .modal-body {
    min-height: 85vh !important;
    max-height: 1000vh;
  }
  #portal-register .modal-content .quitting {
    position: absolute;
    top: 10px;
    right: 15px;
  }
  #portal-register .modal-content .quitting:hover {
    cursor: pointer;
  }
  #portal-register .modal-content .header-contain {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 31px;
    margin-top: 12px;
  }
  #portal-register .modal-content .header-contain h3 {
    color: var(--Primary-100, #413E38);
    text-align: center;
    /* H3 */
    font-family: Track;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
  }
  #portal-register .modal-content .back-step-portal {
    position: absolute;
    top: 18px;
    left: 10px;
    color: #A8A8A8;
    font-feature-settings: "clig" off, "liga" off;
    font-family: SF Compact Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    letter-spacing: -0.24px;
  }
  #portal-register .modal-content .back-step-portal:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 1439px) {
  #product-suggestion-desk .modal-footer {
    padding-top: 0 !important;
    margin-top: 20px;
  }
  #sort-product .modal-content {
    right: -27%;
  }
}
@media screen and (min-width: 576px) {
  #product-suggestion-desk {
    max-width: 100% !important;
  }
}
#portal-register-ready .modal-content {
  position: absolute;
  top: 100px;
  right: 4px;
  background-color: #F8F8F8;
  flex-shrink: 0;
  fill: #FFF;
  stroke-width: 1px;
  stroke: #FFF;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
  background: #F4F5F7;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.25);
}

#profile-update-portal .modal-content {
  position: absolute;
  top: 100px;
  right: 4px;
  background-color: red;
  flex-shrink: 0;
  fill: #FFF;
  stroke-width: 1px;
  stroke: #FFF;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
  background: #F4F5F7;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.25);
}

#portal-login-modal .login-portal {
  width: 536px;
  height: 500px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #F4F5F7;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.25);
}
#portal-login-modal .login-portal-fields {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  padding-left: 93px;
  padding-right: 93px;
}
#portal-login-modal .login-portal-fields .login-button-portal {
  border-radius: 10px;
  display: inline-flex;
  height: 47px;
  padding: 10px 40px 10px 40px;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  background: #D2D08A;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  color: #FFF;
  text-align: center;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#portal-login-modal .login-portal-fields .register-button-portal {
  border-radius: 10px;
  background: #444;
  display: inline-flex;
  height: 47px;
  padding: 10px 40px 10px 40px;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: SF Compact Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.24px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
#portal-login-modal .login-portal-fields .email-input-portal {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15), 0 0 1px 0 rgba(0, 0, 0, 0.02);
}
#portal-login-modal .login-portal-fields #email {
  width: 349px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15), 0 0 1px 0 rgba(0, 0, 0, 0.02);
}
#portal-login-modal .login-portal-fields .password-input-portal {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15), 0 0 1px 0 rgba(0, 0, 0, 0.02);
}
#portal-login-modal .login-portal-fields .password-input-portal-error {
  border-radius: 6px 0 0 6px !important;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15), 0 0 1px 0 rgba(0, 0, 0, 0.02);
}
#portal-login-modal .login-portal-fields #password {
  width: 349px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15), 0 0 1px 0 rgba(0, 0, 0, 0.02);
}

.profile-descriptions {
  color: var(--Cart-stroke, #D1D1D1);
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#cookie-popup {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  clear: both;
  z-index: 9999;
  min-height: 108px;
  border: 1px solid #CDCDCD;
  border-left: 0;
  border-right: 0;
  background: linear-gradient(0deg, #F5F5F5, #F5F5F5), linear-gradient(0deg, #CDCDCD, #CDCDCD);
  font-family: SF Compact Display, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 556;
  line-height: normal;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}
#cookie-popup .cookie-message {
  float: left;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 46px;
  color: #4F4F4F;
}
#cookie-popup .cookie-message a {
  color: #4F4F4F;
}
#cookie-popup .cookie-message a:hover {
  color: #4F4F4F;
}
#cookie-popup .cookie-message a:active {
  color: #4F4F4F;
}
#cookie-popup .cookie-message a:focus {
  color: #4F4F4F;
}
#cookie-popup .cookie-actions {
  float: right;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 46px;
  padding-right: 46px;
}
#cookie-popup .btn-close-cookie {
  width: 160px;
  font-size: 25px;
  padding: 10px 20px;
  border-radius: 67px;
  background: #ABA765;
  color: #FFF;
  border-color: transparent;
}
#cookie-popup .btn-close-cookie img {
  margin-top: -3px;
}
#cookie-popup .btn-close-cookie span {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #cookie-popup {
    font-size: 14px;
  }
  #cookie-popup .cookie-message {
    padding-left: 18px;
  }
  #cookie-popup .cookie-actions {
    padding-left: 18px;
    padding-right: 18px;
  }
  #cookie-popup .btn-close-cookie {
    width: 100px;
    font-size: 16px;
    padding: 4px 4px;
  }
  #cookie-popup .btn-close-cookie img {
    width: 16px;
    height: 16px;
  }
  #cookie-popup .btn-close-cookie span {
    font-size: 16px;
    margin-left: 4px;
  }
}

.no-spacing p:last-child {
  margin-bottom: 0;
}

.home-intro-popup .modal-content {
  overflow: hidden;
}
.home-intro-popup .modal-content .modal-body {
  padding: 0px;
  overflow: hidden !important;
}
.home-intro-popup .modal-content .modal-body .popup-overlay {
  position: relative !important;
  height: auto !important;
}
.home-intro-popup .modal-content .modal-body .popup-overlay .container {
  padding-left: 20px;
  padding-right: 20px;
}
.home-intro-popup .modal-content .modal-body .popup-overlay .mx-auto {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 1;
}
.home-intro-popup .modal-content .modal-body .popup-overlay .scroll-area {
  max-height: calc(90vh - 340px) !important;
  overflow-y: auto;
}
.home-intro-popup .modal-content .modal-body .popup-overlay .scroll-area .time-slots {
  max-height: 100% !important;
}
.home-intro-popup .modal-content .modal-body .popup-overlay .scroll-area .show-more-toggle {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #ffffff;
  padding-bottom: 10px;
  padding-top: 10px;
}
.home-intro-popup .modal-content .modal-body .popup-overlay .scroll-area.not-map {
  max-height: calc(90vh - 40px) !important;
}
.home-intro-popup .modal-content .modal-body .popup-overlay .scroll-area .scroll-wrapper {
  overflow: hidden;
}
.home-intro-popup .modal-content .modal-body .popup-overlay .google-map {
  margin-top: 0px !important;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[5].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[5].oneOf[9].use[5]!./public/assets/css/home.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.home_name__obH0w h1 {
  color: #413E38;
  font-family: SF Compact Display;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
}

.home_welcome__l3nfX {
  color: #FFF;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 76.923% */
  letter-spacing: -0.24px;
}

.home_option__WY6Nj {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px #f8f8f8;
  height: 220px;
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  padding-bottom: 40px;
}

.home_title__v3cz_ {
  color: #343434;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
  position: absolute;
  top: 10px;
  left: auto;
  overflow: hidden;
}

.home_cutting__1NF1l {
  padding: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: absolute;
  z-index: 110;
  right: 0;
  bottom: -1px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(126deg) brightness(100%) contrast(111%);
}

.home_description__5L7oY {
  color: #BDBDBD;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  text-align: start;
  margin-top: 30px;
}

.home_fix_scroll__eHmo9 {
  overflow: hidden;
}

.home_none__a3JE8 {
  display: none !important;
}

.home_popupGroupSetting__O0N43 {
  font-family: SF Compact Display;
  background-color: white;
  border-radius: 5px;
  z-index: 1001;
  max-width: 443px;
  position: fixed;
  right: 80px;
  top: 45%;
  transform: translate(0%, -50%);
}
.home_popupGroupSetting__O0N43 .home_popupCloseSetting__Lu1C8 {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}
.home_popupGroupSetting__O0N43 .home_popupContentOverlay__W_ZVA {
  position: absolute;
  top: 63px;
  right: -34px;
  bottom: -36px;
  left: 36px;
  z-index: 1;
  background: #D87833;
  border-radius: 5px;
}
.home_popupGroupSetting__O0N43 .home_popupContent__DEQ_U {
  position: relative;
  z-index: 999;
  background: #404040;
  filter: drop-shadow(0px 0px 30px rgba(100, 100, 100, 0.2));
  border-radius: 5px;
  padding: 30px 12px;
}
.home_popupGroupSetting__O0N43 .home_popupContent__DEQ_U .home_icon_pop__7w7cV {
  margin-right: 11px;
}
.home_popupGroupSetting__O0N43 .home_popupContent__DEQ_U .home_content__cc5PM {
  max-height: 38vh;
  overflow: auto;
  position: relative;
  z-index: 99999;
  display: flex;
  align-items: flex-start;
  padding-right: 10px;
  /* width */
  /* Track */
  /* Handle */
}
.home_popupGroupSetting__O0N43 .home_popupContent__DEQ_U .home_content__cc5PM .home_text__k5lIy {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-family: SF Compact Display;
  line-height: 30px;
  color: #E6E6E6;
}
.home_popupGroupSetting__O0N43 .home_popupContent__DEQ_U .home_content__cc5PM::-webkit-scrollbar {
  width: 5px;
}
.home_popupGroupSetting__O0N43 .home_popupContent__DEQ_U .home_content__cc5PM::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.home_popupGroupSetting__O0N43 .home_popupContent__DEQ_U .home_content__cc5PM::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border-radius: 10px;
}
.home_popupGroupSetting__O0N43 .home_popupContent__DEQ_U .home_content__cc5PM p:last-child {
  margin-bottom: 0px;
}

.home_home_desktop__TVEv5 {
  display: block;
}

.home_home_mobile__lqgRa {
  display: none;
}

.home_container__EDTxx {
  box-sizing: border-box;
}

@media screen and (max-width: 512px) {
  .home_container__EDTxx {
    flex: 0 0 28%;
  }
  .home_container__EDTxx:first-child {
    margin-left: 0.25rem;
  }
}
@media screen and (max-width: 991px) {
  .home_home_desktop__TVEv5 {
    display: none;
  }
  .home_home_mobile__lqgRa {
    display: block;
  }
}
.home_popupCoupon__jTN8V {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: white;
  /* Một lớp nền mờ để tạo hiệu ứng modal */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1500;
  border-radius: 30px 30px 0px 0px;
}

.home_home_carousel__yIQZi {
  height: 100vh;
  padding: 0px;
  position: relative;
}
.home_home_carousel__yIQZi .home_item__udyGr img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.home_home_carousel_group__8KYxq {
  position: relative;
  padding: 0;
}
.home_home_carousel_group__8KYxq .home_boxes__uPqJk {
  display: flex;
  flex-wrap: wrap;
  z-index: 99;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home_home_carousel_group__8KYxq .home_boxes__uPqJk .home_box___jH65 {
  width: 20%;
  height: 20%;
  border: 0px solid rgba(0, 0, 0, 0.8);
  transition: 0.1s;
  animation: home_fadeIn__UfEgv 0.3s ease-in forwards;
}
@keyframes home_fadeIn__UfEgv {
  from {
    border-width: 30px;
  }
  to {
    border-width: 0px;
  }
}

.home_home_header__AJv92 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  padding: 30px;
}
.home_home_header__AJv92 .home_home_logo__S8wKS {
  display: flex;
  align-items: center;
}
.home_home_header__AJv92 .home_home_logo__S8wKS .home_info__D_82c {
  color: #FFF;
  margin-left: 8.66px;
}
.home_home_header__AJv92 .home_home_logo__S8wKS .home_info__D_82c strong {
  display: block;
  margin: 0;
  font-size: 28px;
  font-weight: 943;
  margin-bottom: -5px;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
}
.home_home_header__AJv92 .home_home_logo__S8wKS .home_info__D_82c span {
  line-height: 20px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 556;
  font-family: SF Compact Display;
}
.home_home_header__AJv92 .home_login_link__29KMg {
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
}
.home_home_header__AJv92 .home_login_link__29KMg a {
  color: #FFF;
  font-size: 16px;
  font-weight: 790;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  text-decoration: none;
  text-transform: uppercase;
}
.home_home_header__AJv92 .home_login_link__29KMg a:hover {
  color: #C4C4C4;
}
.home_home_header__AJv92 .home_login_link__29KMg img {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .home_home_header__AJv92 {
    flex-wrap: wrap;
  }
  .home_home_header__AJv92 .home_home_logo__S8wKS {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .home_home_header__AJv92 .home_login_link__29KMg {
    width: 100%;
    justify-content: center;
    display: flex;
    margin-top: 30px;
  }
}

.home_home_avatar__Tkikh {
  display: flex;
  align-items: center;
}
.home_home_avatar__Tkikh span:nth-child(1) {
  width: 40px;
  height: 40px;
  background: #D87833;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 556;
  font-family: SF Compact Display;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
}
.home_home_avatar__Tkikh span:nth-child(2) {
  font-size: 16px;
  font-weight: 556;
  font-family: SF Compact Display;
  color: #FFFFFF;
  margin-left: 9px;
  margin-right: 9px;
  cursor: pointer;
}
.home_home_avatar__Tkikh span:nth-child(2):hover {
  color: #C4C4C4;
}

.home_fix_scroll__eHmo9 {
  overflow: hidden;
}

.home_home_bottom__sZ955 {
  position: absolute;
  bottom: 74px;
  right: 34px;
  z-index: 999;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.home_home_bottom__sZ955 div {
  text-decoration: none;
  color: #FFF;
  font-size: 18px;
  font-weight: 790;
  font-family: SF Compact Display Medium;
  font-weight: normal !important;
  letter-spacing: 1.62px;
  transition: 0.3s;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home_home_bottom__sZ955 div p {
  margin: 0;
}
.home_home_bottom__sZ955 div:hover {
  color: #888;
}
.home_home_bottom__sZ955 div:nth-child(2) {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  color: #404040;
  letter-spacing: 1.44px;
  margin-left: 18px;
  font-size: 16px;
  font-weight: 790;
  font-family: SF Compact Display Medium;
  font-weight: normal !important;
  min-width: 246px !important;
  height: 59px !important;
  display: inline-block;
  text-align: center;
  line-height: 59px;
  padding-left: 20px;
  padding-right: 20px;
}
.home_home_bottom__sZ955 div:nth-child(2):hover {
  background: #404040;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .home_home_bottom__sZ955 {
    right: initial;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 320px;
    padding: 0px;
    text-align: center;
  }
  .home_home_bottom__sZ955 a {
    display: block;
    margin-left: 0px !important;
  }
  .home_home_bottom__sZ955 a:nth-child(2) {
    margin-top: 20px;
  }
}

.home_home_bottom__sZ955:hover {
  cursor: pointer;
}

.home_home_avatar_photo__Loq_h {
  position: relative;
  background: none;
  overflow: hidden;
}
.home_home_avatar_photo__Loq_h img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: 0px !important;
}

.home_address__Xnqeq {
  font-family: SF Compact Display;
  color: #949494;
}

.home_btw__kTz0q {
  color: #949494;
  font-family: SF Compact Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.home_condition__i7O_A {
  margin: 0;
  color: #000;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.home_price__iikUP {
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  margin-bottom: 0;
}

.home_imageCircle__ubGOo {
  width: 110px !important;
  position: absolute;
  bottom: 0;
  right: 20px;
  height: 120px;
  z-index: 200;
}

.home_information___X6CU {
  color: #FFF;
  font-feature-settings: "clig" off, "liga" off;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 83.333% */
  letter-spacing: -0.24px;
  position: absolute;
  bottom: 5%;
  width: 62%;
  left: -10px;
  height: 120px;
  justify-content: center;
  align-items: center;
}

.home_address__Xnqeq {
  color: #FFFFFF;
  font-family: SF Compact Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  position: absolute;
  bottom: 0;
  left: -10px;
  height: 100px;
  width: 57%;
  justify-content: center;
  align-items: center;
}

.home_addressMap__YcPHo {
  color: #949494;
  font-family: SF Compact Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.home_jobTitle__QtXYT {
  color: #343434;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
}

.home_content__cc5PM {
  justify-content: space-between;
}

.home_tags__WVX_k {
  cursor: pointer;
  justify-content: space-between;
  font-family: SF Compact Display;
  color: #949494;
}

.home_active__TEnl_ {
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
}

.home_timslots__S1gMD {
  max-height: 12em;
  position: relative;
}

.home_timeslot__uNKHP {
  justify-content: space-between;
}

.home_timslots_new__Bf1i_ {
  max-height: unset !important;
}

.home_timese__B7Q7u {
  font-family: SF Compact Display;
  color: #B4B4B4;
  text-align: end;
}

.home_custom-input__NNTBm:focus {
  outline: none;
  box-shadow: none;
}

.home_form-control__kV_hU {
  border-radius: 5px;
  border: 1px solid #949494;
  font-family: SF Compact Display;
  color: #949494;
}

.home_form-control__kV_hU:focus {
  box-shadow: none;
}

.home_slide__Ma8gv {
  padding: 0;
}

.home_silde__V1g8k {
  background-size: cover;
  height: 539px;
  position: relative;
}

.home_logged__eYMiR {
  padding: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home_notScrolled__tL8Dn {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.home_notScrolled__tL8Dn::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.home_carousel__kboEh {
  padding: 0;
}

.home_btn-dark__T8B_o {
  color: #FFF !important;
  text-align: center !important;
  font-family: SF Compact Display Semibold !important;
  font-weight: normal !important;
  font-size: 16px !important;
  font-style: normal !important;
  line-height: normal !important;
  letter-spacing: -0.24px !important;
  border-radius: 10px !important;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1) !important;
  height: 59px !important;
  width: 90% !important;
  margin-top: 15px !important;
}

.home_recent-icon__Po7GX {
  width: -moz-fit-content !important;
  width: fit-content !important;
  right: 8px;
  text-align: right;
  z-index: 300;
  position: absolute;
  margin-top: 25px !important;
}

.home_number-notification__wqZ8p {
  background: white;
  text-align: center;
  font-size: 10px;
  min-width: 15px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 99;
  height: 16px;
  padding: 1px 5px;
  border-radius: 25px;
}

.home_home__VkfzU {
  background-color: #F8F8F8;
}

.home_timenn__f1kNd {
  color: #000;
  font-family: SF Compact Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.home_icon__9FYge {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.home_shareButton__r_i5D {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.home_popupMapHeader__ceCXY {
  position: absolute;
  max-width: 375px;
  width: 375px;
  background: none;
  top: 53px;
  left: -50px;
  padding-bottom: 10px;
}
.home_popupMapHeader__ceCXY .home_tags__WVX_k h6 {
  white-space: nowrap;
}
.home_popupMapHeader__ceCXY .home_popupMapHeaderContent__2lZtF {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 9;
}
.home_popupMapHeader__ceCXY .home_top__YMTXn {
  position: absolute;
  width: 34px;
  height: 34px;
  transform: rotate(45deg) translate(-50%, 0);
  left: 15%;
}
.home_popupMapHeader__ceCXY .home_popupMapHeaderIframe__QW_q3 {
  height: 120px;
}
.home_popupMapHeader__ceCXY .home_popupMapHeaderIframe__QW_q3 .home_map__rXRd0 {
  height: 100px;
}
.home_popupMapHeader__ceCXY .home_popupMapHeaderIframe__QW_q3 h1 {
  color: #FFF;
  padding: 0;
  margin: 0;
}
.home_popupMapHeader__ceCXY .home_name__obH0w {
  margin: 0px !important;
}
.home_popupMapHeader__ceCXY .home_name__obH0w h1 {
  color: #FFFfFF !important;
  padding: 0;
  font-family: SF Compact Display Semibold;
  margin: 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 5px;
}
.home_popupMapHeader__ceCXY .home_addressMap__YcPHo,
.home_popupMapHeader__ceCXY .home_btw__kTz0q,
.home_popupMapHeader__ceCXY .home_condition__i7O_A,
.home_popupMapHeader__ceCXY .home_price__iikUP {
  color: #FFFfFF !important;
  padding: 0;
  margin: 0;
}
.home_popupMapHeader__ceCXY .home_addressMap__YcPHo {
  margin-bottom: 3px !important;
}
.home_popupMapHeader__ceCXY .home_btw__kTz0q {
  margin-bottom: 25px;
}
.home_popupMapHeader__ceCXY .home_addressMap__YcPHo,
.home_popupMapHeader__ceCXY .home_btw__kTz0q {
  font-size: 20px;
  font-style: normal;
  font-weight: 556;
  line-height: 25px;
}
.home_popupMapHeader__ceCXY .home_popupMapHeaderGroup__IHb6C {
  border-radius: 10px 10px 0px 0px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 20px;
  padding-bottom: 10px;
}
.home_popupMapHeader__ceCXY .home_delevery__DTXfx .home_content__cc5PM {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_popupMapHeader__ceCXY .home_delevery__DTXfx .home_condition__i7O_A {
  font-family: SF Compact Display;
}
.home_popupMapHeader__ceCXY .home_delevery__DTXfx .home_condition__i7O_A,
.home_popupMapHeader__ceCXY .home_delevery__DTXfx .home_price__iikUP {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.home_popupMapHeader__ceCXY .home_tags__WVX_k {
  margin-top: 15px;
}
.home_popupMapHeader__ceCXY .home_timslots__S1gMD .home_timese__B7Q7u {
  font-family: SF Compact Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 790;
  color: #404040;
}
.home_popupMapHeader__ceCXY .home_timslots__S1gMD .home_timenn__f1kNd {
  font-family: SF Compact Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 556;
  color: #404040;
}
.home_popupMapHeader__ceCXY .home_h6__cTn0A {
  margin: 0px;
  margin-bottom: 10px;
  font-family: SF Compact Display Medium;
  font-weight: normal !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #C4C4C4;
  text-transform: uppercase;
}
.home_popupMapHeader__ceCXY .home_timslots__S1gMD {
  padding-bottom: 20px !important;
}

@media screen and (max-width: 1279px) {
  .home_holidayMobile__LCLy6 {
    position: absolute;
    top: 70px;
    left: 25px;
    z-index: 2;
    font-family: SF Compact Display;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: #FFFFFF;
    width: calc(100vw - 35px);
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
  }
  .home_calandarSvg__Jjzhs {
    position: absolute;
    left: 12px;
  }
  .home_holidayMobileText__b3v0O p {
    font-weight: 556;
  }
  .home_holidayMobileText__b3v0O p:last-child {
    margin-bottom: 0;
  }
  .home_shadower__W405a {
    position: absolute;
    height: 55.125vh;
    width: 101%;
    top: 0;
  }
  .home_popupContent__DEQ_U {
    font-family: SF Compact Display;
    background-color: white;
    border-radius: 30px 30px 0px 0px;
    z-index: 1001;
    width: 100%;
    height: 100%;
    /* Đặt giá trị z-index cao hơn Popup Overlay để Popup hiển thị trên đỉnh */
  }
  .home_popupContent__DEQ_U .home_content__cc5PM {
    padding: 0;
  }
  .home_name__obH0w h1 {
    color: #413E38;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 556;
    line-height: normal;
    letter-spacing: -0.24px;
  }
  .home_welcome__l3nfX {
    color: #FFF;
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 76.923% */
    letter-spacing: -0.24px;
  }
  .home_option__WY6Nj {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px #f8f8f8;
    min-height: 220px;
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    padding-bottom: 40px;
    min-width: 115px;
  }
  .home_title__v3cz_ {
    color: #343434;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.24px;
    position: relative;
    top: 10px;
    left: auto;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    width: max-content;
  }
  .home_titleChild__QIhUQ {
    padding-left: 10px;
    padding-right: 5px;
  }
  .home_cutting__1NF1l {
    padding: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: absolute;
    bottom: 0;
    z-index: 110;
    right: 0;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(126deg) brightness(100%) contrast(111%);
  }
  .home_description__5L7oY {
    color: #BDBDBD;
    font-family: SF Compact Display;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
    text-align: start;
    margin-top: 15px;
  }
  .home_popupOverlay__Kt4Vd {
    position: absolute;
    left: 0;
    width: 100%;
    height: 80%;
    /* Một lớp nền mờ để tạo hiệu ứng modal */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    /* Đặt giá trị z-index lớn hơn các phần khác trên trang */
  }
  .home_popupCoupon__jTN8V {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: white;
    /* Một lớp nền mờ để tạo hiệu ứng modal */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1500;
    border-radius: 30px 30px 0px 0px;
  }
  .home_address__Xnqeq {
    font-family: SF Compact Display;
    color: #949494;
  }
  .home_btw__kTz0q {
    color: #949494;
    font-family: SF Compact Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }
  .home_condition__i7O_A {
    margin: 0;
    color: #000;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 556;
    line-height: 25px;
  }
  .home_price__iikUP {
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    margin-bottom: 0;
  }
  .home_imageCircle__ubGOo {
    width: 110px !important;
    position: absolute;
    bottom: 0;
    right: 20px;
    height: 120px;
    z-index: 200;
  }
  .home_information___X6CU {
    color: #FFF;
    font-feature-settings: "clig" off, "liga" off;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 83.333% */
    letter-spacing: -0.24px;
    position: absolute;
    bottom: 5%;
    width: 62%;
    left: -10px;
    height: 120px;
    justify-content: left;
    align-items: center;
  }
  .home_address__Xnqeq {
    color: #FFFFFF;
    font-family: SF Compact Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 57%;
    justify-content: left;
    align-items: center;
  }
  .home_addressMap__YcPHo {
    color: #949494;
    font-family: SF Compact Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }
  .home_jobTitle__QtXYT {
    color: #343434;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.24px;
  }
  .home_content__cc5PM {
    justify-content: space-between;
  }
  .home_tags__WVX_k {
    cursor: pointer;
    justify-content: space-between;
    font-family: SF Compact Display;
    color: #949494;
  }
  .home_active__TEnl_ {
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
  }
  .home_timslots__S1gMD {
    max-height: 11.8em;
    position: relative;
  }
  .home_timeslot__uNKHP {
    justify-content: space-between;
  }
  .home_timese__B7Q7u {
    font-family: SF Compact Display;
    color: #B4B4B4;
    text-align: center;
  }
  .home_custom-input__NNTBm:focus {
    outline: none;
    box-shadow: none;
  }
  .home_form-control__kV_hU {
    border-radius: 5px;
    border: 1px solid #949494;
    font-family: SF Compact Display;
    color: #949494;
  }
  .home_form-control__kV_hU:focus {
    box-shadow: none;
  }
  .home_slide__Ma8gv {
    padding: 0;
  }
  .home_silde__V1g8k {
    background-size: cover;
    height: 55vh;
    position: relative;
    background-position: center;
  }
  .home_logged__eYMiR {
    padding: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .home_carousel__kboEh {
    padding: 0;
  }
  .home_btn-dark__T8B_o {
    color: #FFF !important;
    text-align: center !important;
    font-family: SF Compact Display Semibold !important;
    font-weight: normal !important;
    font-size: 16px !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: -0.24px !important;
    border-radius: 10px !important;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1) !important;
    height: 59px !important;
    width: 90% !important;
    margin-top: 15px !important;
  }
  .home_recent-icon__Po7GX {
    width: -moz-fit-content !important;
    width: fit-content !important;
    right: 8px;
    text-align: right;
    z-index: 300;
    position: absolute;
    margin-top: 20px !important;
  }
  .home_number-notification__wqZ8p {
    background: white;
    text-align: center;
    font-size: 10px;
    min-width: 15px !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 99;
    height: 16px;
    padding: 1px 5px;
    border-radius: 25px;
  }
  .home_home__VkfzU {
    background-color: #F8F8F8;
  }
  .home_timenn__f1kNd {
    color: #000;
    font-family: SF Compact Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }
  .home_icon__9FYge {
    position: absolute;
    right: 0px;
    bottom: 5px;
    right: 5px;
  }
  .home_shareButton__r_i5D {
    position: absolute;
    right: 5px;
    bottom: 7px;
  }
  .home_descriptionHeight__fqQE3 {
    min-height: 130px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .home_login_link_span__R9vGA {
    margin-left: 8px;
  }
  .home_login_link_span__R9vGA svg {
    margin-top: -1px;
  }
}
@media screen and (max-width: 1279px) {
  .home_shadower__W405a {
    height: 55vh;
  }
  .home_timese__B7Q7u {
    text-align: end;
  }
  .home_logged__eYMiR ul {
    padding-right: 80px !important;
  }
  .home_containLogged__XwmHd {
    padding: 0;
  }
  .home_contain__FZtUC {
    padding: 0;
  }
  .home_contain__FZtUC ul {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 375px) {
  .home_information___X6CU {
    width: 65%;
  }
  .home_address__Xnqeq {
    width: 65%;
  }
}
@media screen and (max-width: 360px) {
  .home_information___X6CU {
    width: 70%;
  }
}
@media screen and (max-width: 330px) {
  .home_information___X6CU {
    width: 73%;
  }
  .home_address__Xnqeq {
    width: 73%;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[5].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[5].oneOf[9].use[5]!./public/assets/css/portal.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.portal_menu-portal__9BqP4 {
  padding-top: 10px;
  display: flex;
  justify-content: space-evenly;
  background-color: #F8F8F8;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 200;
}
.portal_menu-portal__9BqP4 .portal_subMenu__qYRTI .portal_text-menu__vUhsu {
  color: #413E38;
  text-align: center;
  font-family: SF Compact Display;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}

.portal_portal-search-header__AK1L8 {
  padding: 6px 9px;
  border-radius: 0px 0px 5px 5px;
  background: #B5B268;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.portal_portal-search-header__AK1L8 .portal_group-search__2Rko0 {
  display: flex;
  padding-top: 10px;
}
.portal_portal-search-header__AK1L8 .portal_group-search__2Rko0 .portal_group-search-input__P9T3i {
  width: 100%;
  position: relative;
}
.portal_portal-search-header__AK1L8 .portal_group-search__2Rko0 .portal_group-search-input__P9T3i .portal_searchIcon__znfMZ {
  position: absolute;
  bottom: 11px;
  left: 6px;
}
.portal_portal-search-header__AK1L8 .portal_group-search__2Rko0 .portal_group-search-input__P9T3i .portal_search-input__IwLfG {
  color: #FFF;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
  background: #B5B268;
  border: 0px;
  border-bottom: 2px #FFF solid;
  width: 100%;
  padding: 0px 17px;
  outline: 0 !important;
  border-radius: 0px;
}
.portal_portal-search-header__AK1L8 .portal_group-search__2Rko0 .portal_group-search-input__P9T3i .portal_search-input__IwLfG::placeholder {
  color: #949494;
}
.portal_portal-search-header__AK1L8 .portal_group-search__2Rko0 .portal_group-search-input__P9T3i .portal_search-input-normal__0rPOK {
  font-family: SF Compact Display;
  font-weight: 400;
}
.portal_portal-search-header__AK1L8 .portal_group-filter__xdJdx {
  margin-top: 15px;
}
.portal_portal-search-header__AK1L8 .portal_group-search-keyword__DXDef {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (min-width: 1280px) {
  .portal_terms-header__dYM6h {
    padding: 0 !important;
    border-radius: 0 0 0 0 !important;
    background: #423E37 !important;
    height: 404px !important;
    flex-shrink: 0;
  }
  .portal_terms-header__dYM6h .portal_terms-title__K2Eze {
    padding: 75px 356px 130px 356px !important;
    color: #FFF;
    text-align: center !important;
    font-family: Raleway !important;
    font-size: 63px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: normal !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    height: 404px !important;
    flex-shrink: 0;
  }
  .portal_terms-header__dYM6h .portal_terms-title__K2Eze svg {
    display: none !important;
  }
  .portal_terms-description__q9qiO {
    font-family: SF Compact Display !important;
    font-size: 18px !important;
    font-weight: 457 !important;
    line-height: 30px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    color: #4F4F4F !important;
    padding-right: 81px !important;
    padding-left: 81px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 340px) {
  .portal_terms-icon-back__23WFh {
    margin-right: 10px !important;
  }
  .portal_terms-title__K2Eze {
    font-size: 20px !important;
  }
}
.portal_terms-header__dYM6h {
  border-radius: 0 0 10px 10px;
  background: #B5B268;
  height: 77px;
  padding: 0px;
  width: auto;
  min-width: 340px;
}
.portal_terms-header__dYM6h .portal_terms-title__K2Eze {
  display: flex;
  flex-direction: row;
  padding: 45px 14px 27px 14px;
  color: #FFF;
  text-align: center;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  width: auto;
  /* 76.923% */
  letter-spacing: -0.24px;
  min-width: 340px;
  height: 20px;
  flex-shrink: 0;
}

.portal_header-menu___WW7F {
  display: block;
}

.portal_terms-title-desktop__Zy_xt {
  font-family: SF Compact Display;
  font-size: 70px;
  font-weight: 556;
  line-height: 84px;
  letter-spacing: 0em;
  text-align: center;
  color: #1E1E1E;
  padding-top: 80px;
  padding-bottom: 30px;
}

.portal_terms-title-mobile__PmUaS {
  font-family: SF Compact Display Medium;
  font-weight: normal !important;
  font-size: 58px;
  font-weight: 556;
  line-height: 69.21px;
  letter-spacing: 0em;
  text-align: center;
  color: #1E1E1E;
  padding-top: 13px;
  padding-bottom: 8px;
}

.portal_terms-description-mobile__7jnfH {
  background: #FFF !important;
  min-height: calc(100vh - 77px);
  padding: 5px 22px 48px 28px;
  color: #4F4F4F;
  font-feature-settings: "clig" off, "liga" off;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 457;
  line-height: 30px;
}

.portal_terms-description__q9qiO {
  background: #FFF !important;
  min-height: calc(100vh - 77px);
  padding: 10px 13px 0 13px;
  color: #383838;
  font-feature-settings: "clig" off, "liga" off;
  font-family: SF Compact Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.24px;
}

.portal_portal-category-bar__Ox_vq {
  padding: 16px 0px 0px 12px;
  display: flex;
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: none;
}
.portal_portal-category-bar__Ox_vq::-webkit-scrollbar {
  display: none;
}
.portal_portal-category-bar__Ox_vq .portal_portal-category-item__ZV_9Q {
  display: inline-block;
  white-space: nowrap;
  padding: 0px;
  color: #413E38;
  text-transform: uppercase;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-right: 10px;
}

.portal_portal-restaurant__fCrQF {
  padding: 0px 12px;
  margin-bottom: 100px;
}
.portal_portal-restaurant__fCrQF .portal_portal-restaurant-close__QkTkK {
  color: rgba(4, 4, 4, 0.17);
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-top: 41px;
}

.portal_portal-restaurant-no-result__bORx8 {
  color: #BDBDBD;
  text-align: center;
  font-family: SF Compact Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-top: 60px;
}

.portal_portal-restaurant-card__FrPQf {
  margin-top: 20px;
  padding: 7px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.05);
}
.portal_portal-restaurant-card__FrPQf .portal_portal-restaurant-img__oYGwH {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
.portal_portal-restaurant-card__FrPQf .portal_portal-restaurant-group__OsjBk {
  align-items: end;
  min-height: 26px;
}
.portal_portal-restaurant-card__FrPQf .portal_portal-restaurant-content__R8oks {
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.24px;
  align-items: end;
  color: #413E38;
}
.portal_portal-restaurant-card__FrPQf .portal_portal-restaurant-content__R8oks .portal_portal-restaurant-name__SvHnL {
  font-weight: 700;
  font-size: 16px;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.portal_portal-restaurant-card__FrPQf .portal_portal-restaurant-content__R8oks .portal_portal-restaurant-description__lpQHP {
  font-family: SF Compact Display;
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.portal_portal-restaurant-card__FrPQf .portal_portal-restaurant-content__R8oks .portal_portal-restaurant-distance__4I7AK {
  color: #979797;
  text-align: right;
  font-family: SF Compact Display;
  font-size: 12px;
  font-weight: 400;
}
.portal_portal-restaurant-card__FrPQf .portal_portal-restaurant-content__R8oks .portal_portal-restaurant-status__lBPQn {
  color: #B5B268;
  text-align: right;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.portal_portal-restaurant-card__FrPQf .portal_portal-restaurant-content__R8oks .portal_portal-restaurant-static__whz_0 {
  color: #000;
  font-family: SF Compact Display;
  font-size: 10px;
  font-weight: 400;
  margin-right: 9px;
  display: flex;
  align-items: flex-end;
}
.portal_portal-restaurant-card__FrPQf .portal_portal-restaurant-content__R8oks .portal_portal-restaurant-static__whz_0 span {
  margin-left: 5px;
  text-transform: lowercase;
}

.portal_dropdown-menu-filter__Koi58 {
  position: relative;
  inset: 6px -20px auto auto !important;
}
.portal_dropdown-menu-filter__Koi58 .portal_icon-menu-filter__Kcva4 {
  position: absolute;
  top: -18px;
  right: 35px;
}

.portal_dropdown-menu-language__1vwcE {
  border-radius: 10px !important;
  min-width: 65px !important;
}
.portal_dropdown-menu-language__1vwcE .portal_icon-menu-filter__Kcva4 {
  position: absolute;
  top: -18px;
  left: 32px;
}

.portal_search-input__IwLfG::placeholder {
  color: #FFF;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}

.portal_map-navbar__tM47e {
  background: #B5B268;
  display: flex;
  padding: 20px;
  align-items: center;
}
.portal_map-navbar__tM47e .portal_map-text__4nHgy {
  color: #FFF;
  font-family: SF Compact Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  padding-left: 5px;
}

.portal_header__xbDJk {
  padding: 3px 7px 3px 10px;
  background: #FFFFFF;
  border-bottom: 1px solid #CDCDCD;
}

.portal_group-section-1__rFQoX {
  padding: 70px 0px 30px 0px;
  align-items: center;
}
.portal_group-section-1__rFQoX .portal_section-title__qT2Lp {
  color: #1E1E1E;
  font-family: SF Compact Display Medium;
  font-weight: normal !important;
  font-size: 48px;
  font-style: normal;
  font-weight: 556;
  line-height: 57px;
  padding: 0px 8px;
}
.portal_group-section-1__rFQoX .portal_section-title__qT2Lp a {
  font-family: SF Compact Display Semibold;
  color: #B5B268;
  text-decoration: none;
  font-weight: 656;
}
.portal_group-section-1__rFQoX .portal_section-description__iKOdB {
  color: #4F4F4F;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 457;
  line-height: 30px;
  margin-top: 14px;
  padding: 0px 8px;
}
.portal_group-section-1__rFQoX .portal_section-search__p0E2J {
  position: relative;
  margin: 30px 15px 0px 15px;
}
.portal_group-section-1__rFQoX .portal_section-search__p0E2J .portal_search-input__IwLfG {
  outline: 0 !important;
  border-radius: 65px;
  border: 1px solid #CDCDCD;
  background: #FFF;
  color: #1E1E1E;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding: 10px 100px 10px 18px;
  width: 100%;
  height: 45px;
}
.portal_group-section-1__rFQoX .portal_section-search__p0E2J .portal_search-input__IwLfG::placeholder {
  color: #676767 !important;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
.portal_group-section-1__rFQoX .portal_section-search__p0E2J .portal_search-icon__YRjAf {
  position: absolute;
  width: 58px;
  height: 38px;
  top: 4px;
  right: 5px;
  padding: 6px 19px;
  background: #B5B268;
  border-radius: 64px;
}
.portal_group-section-1__rFQoX .portal_section-popup__aEELO {
  border-radius: 20px;
  background: var(--full-white, #FFF);
  box-shadow: 0px 15px 30px 5px rgba(118, 114, 44, 0.1);
  padding: 6px;
  width: 136px;
  position: absolute;
  bottom: 12px;
  right: 36px;
}
.portal_group-section-1__rFQoX .portal_section-popup__aEELO .portal_popup-title__xWo7B {
  color: #1E1E1E;
  font-family: SF Compact Display Semibold;
  font-size: 10px;
  font-style: normal;
  font-weight: 656;
  line-height: 12px;
}
.portal_group-section-1__rFQoX .portal_section-popup__aEELO .portal_popup-description____pPJ {
  color: var(--dark-grey, #4F4F4F);
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  position: relative;
  padding: 0px 8px;
}
.portal_group-section-1__rFQoX .portal_section-popup__aEELO .portal_popup-description____pPJ .portal_popup-icon___ZWxm {
  background: #B5B268;
  padding: 2px 6px;
  width: 27px;
  height: 20px;
  border-radius: 57px;
  position: absolute;
  right: 0;
  bottom: -15px;
}

.portal_group-section-2__aDaqj {
  padding: 30px 0px;
  padding-bottom: 0px;
}
.portal_group-section-2__aDaqj .portal_section-title__qT2Lp {
  color: #1E1E1E;
  font-family: SF Compact Display Semibold;
  font-size: 26px;
  font-style: normal;
  font-weight: 556;
  line-height: 30px;
  padding: 0px 23px;
  margin-bottom: 38px;
}
.portal_group-section-2__aDaqj .portal_group-section-backgroup__sk3yd {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 150px;
  width: 236px;
  height: 80px;
  background: #ABA765;
  filter: blur(100px);
}
.portal_group-section-2__aDaqj .portal_card-slide__haHvz {
  padding: 0px 23px 65px 23px;
  position: relative;
}
.portal_group-section-2__aDaqj .portal_card-slide__haHvz .portal_card-slide-content__GAwHc {
  width: 100% !important;
  min-height: 489px;
  border-radius: 30px;
  padding: 30px;
  border: 1px solid #CDCDCD;
  z-index: 5;
  background: white;
  position: relative;
}
.portal_group-section-2__aDaqj .portal_card-slide__haHvz .portal_card-slide-content__GAwHc .portal_card-title__AcKE3 {
  color: #1E1E1E;
  font-family: SF Compact Display Semibold;
  font-size: 30px;
  font-style: normal;
  font-weight: 556;
  line-height: 42px;
  margin-top: 30px;
}
.portal_group-section-2__aDaqj .portal_card-slide__haHvz .portal_card-slide-content__GAwHc .portal_card-description__fUa_3 {
  color: #676767;
  font-family: SF Compact Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 457;
  line-height: 28px;
  margin-top: 10px;
}

.portal_group-section-3__kI22m {
  position: relative;
}
.portal_group-section-3__kI22m .portal_group-section-content__p6Sbc {
  padding: 43px 22px;
  border-radius: 0px;
  background: #1e1e1e;
}
.portal_group-section-3__kI22m .portal_group-section-content__p6Sbc .portal_section-underline__2dYMT {
  position: absolute;
  top: 150px;
  left: 80px;
}
.portal_group-section-3__kI22m .portal_group-section-content__p6Sbc .portal_section-title__qT2Lp {
  color: #FFFFFF;
  font-family: SF Compact Display;
  font-size: 50px;
  font-style: normal;
  font-weight: 556;
  line-height: 60px;
  margin-bottom: 20px;
  position: relative;
}
.portal_group-section-3__kI22m .portal_group-section-content__p6Sbc .portal_section-title__qT2Lp .portal_section-app__Pv8Sh {
  font-family: SF Compact Display Medium;
  font-weight: normal !important;
  font-weight: 656;
}
.portal_group-section-3__kI22m .portal_group-section-content__p6Sbc .portal_section-description__iKOdB {
  color: #CDCDCD;
  font-family: SF Compact Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 556;
  line-height: 30px;
  margin-bottom: 10px;
}
.portal_group-section-3__kI22m .portal_group-section-content__p6Sbc .portal_section-check-list__fm72P {
  color: #FFFFFF;
  font-family: SF Compact Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 556;
  line-height: 30px;
  margin-bottom: 10px;
}
.portal_group-section-3__kI22m .portal_group-section-content__p6Sbc .portal_section-check-list__fm72P span {
  color: #B5B268;
}
.portal_group-section-3__kI22m .portal_group-section-content__p6Sbc .portal_section-download__X_Wx4 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.portal_group-section-3__kI22m .portal_group-section-content__p6Sbc .portal_section-download__X_Wx4 img {
  width: auto !important;
  height: 50px !important;
}
.portal_group-section-3__kI22m .portal_section-image__Yhnby {
  position: relative;
  text-align: center;
  background: #1e1e1e;
  padding: 7px 0px 20px 0px;
  margin-top: -1px;
}
.portal_group-section-3__kI22m .portal_section-image__Yhnby img {
  object-fit: cover;
  width: 320px !important;
}

.portal_group-contact-intro__EXabX {
  margin-top: 70px;
}
.portal_group-contact-intro__EXabX .portal_contact-title__zFoPF {
  color: var(--black, #1E1E1E);
  font-family: SF Compact Display Medium;
  font-weight: normal !important;
  font-size: 48px;
  font-style: normal;
  font-weight: 556;
  line-height: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.portal_group-contact-intro__EXabX .portal_contact-description__xYl3t {
  color: var(--dark-grey, #4F4F4F);
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 457;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 13px;
}
.portal_group-contact-intro__EXabX .portal_contact-description__xYl3t a {
  color: #B5B268;
  font-family: "SF Compact Display Semibold";
  font-weight: 656;
  text-decoration: none;
}
.portal_group-contact-intro__EXabX .portal_contact-img__zmf6y {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.portal_group-contact-intro__EXabX .portal_contact-img__zmf6y .portal_section-popup__aEELO {
  border-radius: 20px;
  background: var(--full-white, #FFF);
  box-shadow: 0px 15px 30px 5px rgba(118, 114, 44, 0.1);
  padding: 6px;
  width: 156px;
  position: absolute;
  bottom: 300px;
  left: 195px;
}
.portal_group-contact-intro__EXabX .portal_contact-img__zmf6y .portal_section-popup__aEELO .portal_popup-title__xWo7B {
  color: #1E1E1E;
  font-family: SF Compact Display Semibold;
  font-size: 12px;
  font-style: normal;
  font-weight: 656;
  line-height: 12px;
}
.portal_group-contact-intro__EXabX .portal_contact-img__zmf6y .portal_section-popup__aEELO .portal_popup-description____pPJ {
  color: var(--dark-grey, #4F4F4F);
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  position: relative;
  padding: 0px 7px;
}
.portal_group-contact-intro__EXabX .portal_contact-img__zmf6y .portal_section-popup__aEELO .portal_popup-description____pPJ .portal_popup-icon___ZWxm {
  background: #B5B268;
  padding: 2px 6px;
  width: 30px;
  height: 24px;
  border-radius: 57px;
  position: absolute;
  right: 0;
  bottom: -15px;
}
.portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q {
  padding: 20px 20px 0px 20px;
}
.portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC {
  padding: 35px 12px 20px 19px;
  border-radius: 20px;
  border: 1px solid var(--light-grey, #CDCDCD);
  background: var(--full-white, #FFF);
}
.portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC .portal_group-contact-field__ExVYA {
  margin-bottom: 14px;
}
.portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC .portal_form-custom-contact-invalid__qZeys {
  border: 1px solid #e03009;
}
.portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC .portal_form-custom-contact-invalid__qZeys::placeholder {
  color: var(--Grey-2, #e03009);
}
.portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC .portal_form-label__wleOa {
  color: var(--black, #1E1E1E);
  font-family: SF Compact Display Medium;
  font-weight: normal !important;
  font-size: 14.334px;
  font-style: normal;
  font-weight: 556;
  line-height: normal;
  text-transform: uppercase;
}
.portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC textarea,
.portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC input:focus {
  outline: none;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC input,
.portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC textarea {
  border-radius: 5px;
  border: 1px solid var(--light-grey, #CDCDCD);
  background: var(--full-white, #FFF);
  padding: 12px;
  color: #1E1E1E;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 457;
  line-height: normal;
}
.portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC input::placeholder,
.portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC textarea::placeholder {
  color: var(--Grey-2, #676767);
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 457;
  line-height: normal;
}
.portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC textarea {
  height: 78px;
}
.portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC button {
  color: var(--full-white, #FFF);
  text-align: center;
  font-family: SF Compact Display Medium;
  font-weight: normal !important;
  font-size: 16.289px;
  font-style: normal;
  font-weight: 556;
  line-height: normal;
  padding: 10px;
  border-radius: 67px;
  background: #B5B268;
}
.portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC .portal_success-message__XIlqk {
  color: #B5B268;
  text-align: center;
  font-family: "SF Compact Display Semibold";
  font-size: 18px;
  font-style: normal;
  font-weight: 656;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC .portal_sub-success-message__uKnKA {
  margin-top: 5px;
  color: var(--dark-grey, #4F4F4F);
  text-align: center;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 457;
  line-height: 21px;
}

.portal_footer__lSFcF {
  background: #FFFFFF;
  padding: 50px 33px;
  border-top: 1px solid #CDCDCD;
}
.portal_footer__lSFcF .portal_footer-item__Ii9Pj {
  margin-top: 15px;
}
.portal_footer__lSFcF .portal_footer-item__Ii9Pj a {
  margin-top: 20px;
  color: #4F4F4F;
  font-family: SF Compact Display;
  font-size: 22px;
  font-style: normal;
  font-weight: 457;
  line-height: normal;
  text-decoration: none;
}
.portal_footer__lSFcF .portal_group-items__OYmdz {
  margin-bottom: 61px;
}
.portal_footer__lSFcF .portal_footer-title___K2OG {
  color: #1E1E1E;
  text-transform: uppercase;
  font-family: SF Compact Display Semibold;
  font-size: 24px;
  font-style: normal;
  font-weight: 556;
  line-height: 30px;
}
.portal_footer__lSFcF .portal_footer-sub-title__saXu0 {
  margin-top: 20px;
  color: #4F4F4F;
  font-family: SF Compact Display;
  font-size: 22px;
  font-style: normal;
  font-weight: 457;
  line-height: normal;
  text-decoration: none;
}
.portal_footer__lSFcF .portal_copyright__HQ0v_ {
  color: #4F4F4F;
  text-align: left;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 40px;
}
.portal_footer__lSFcF .portal_copyright__HQ0v_ a {
  font-family: SF Compact Display Medium;
  font-weight: normal !important;
  font-weight: 556;
  color: #B5B268;
  font-size: 14px;
  text-decoration: none;
}

@media (min-width: 1280px) {
  .portal_header__xbDJk {
    padding: 24px 28px;
    background: #FFFFFF;
    border-bottom: 1px solid #CDCDCD;
  }
  .portal_header__xbDJk .portal_header_navbar__TDTjQ {
    padding: 0px;
  }
  .portal_header__xbDJk .portal_header_logo__FuSWZ {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .portal_header__xbDJk .portal_header_logo__FuSWZ .portal_navbarBrand__2gHDd {
    display: flex;
    align-items: center;
  }
  .portal_header__xbDJk .portal_header_logo__FuSWZ .portal_navbarBrand__2gHDd .portal_info__vyZ_u {
    margin-left: 17px;
  }
  .portal_header__xbDJk .portal_header_logo__FuSWZ .portal_navbarBrand__2gHDd .portal_info__vyZ_u strong {
    display: block;
    color: #404040;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 1000;
    line-height: normal;
    margin-bottom: -5px;
  }
  .portal_header__xbDJk .portal_header_logo__FuSWZ .portal_navbarBrand__2gHDd .portal_info__vyZ_u span {
    color: #888;
    font-family: SF Compact Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 556;
    line-height: normal;
  }
  .portal_header__xbDJk .portal_header_logo__FuSWZ .portal_navbarBrand__2gHDd:hover {
    cursor: pointer;
  }
  .portal_header__xbDJk .portal_header_info__e9g_B {
    display: flex;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
  }
  .portal_header__xbDJk .portal_header_info__e9g_B svg {
    position: relative;
    z-index: 9;
  }
  .portal_header__xbDJk .portal_close_header_popupmap__W7dtk {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
  }
  .portal_header__xbDJk .portal_header_status___hUHe {
    font-size: 16px;
    color: #404040;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-left: 11px;
  }
  .portal_header__xbDJk .portal_header_status___hUHe .portal_dot__esfU_ {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #6CCE4A;
    border-radius: 50%;
    margin-right: 5px;
  }
  .portal_header_info_group__iIJ3m {
    display: flex;
    align-items: center;
  }
  .portal_header_info_group__iIJ3m .portal_header_info_item__cD357 {
    color: #1E1E1E;
    text-align: center;
    font-family: SF Compact Display Semibold;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin-left: 22px;
  }
  .portal_header_info_group__iIJ3m .portal_header_info_item_label__DqsV4 {
    border-radius: 5px;
    background: #F5F5F5;
    color: #404040;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px;
    display: flex;
    margin-top: 0px;
    align-items: center;
  }
  .portal_header_info_group__iIJ3m .portal_header_info_item_label__DqsV4 span {
    margin-left: 4px;
  }
  .portal_header_info_group__iIJ3m .portal_login_link__i9OSv {
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s;
    display: flex;
    align-items: center;
  }
  .portal_header_info_group__iIJ3m .portal_login_link__i9OSv .portal_header_info_item__cD357 {
    color: #1E1E1E;
    font-family: SF Compact Display Semibold;
    font-size: 16px;
    font-style: normal;
    font-weight: 656;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 22px;
  }
  .portal_header_info_group__iIJ3m .portal_login_link__i9OSv img {
    margin-left: 5px;
  }
  .portal_header_info_group__iIJ3m .portal_home_avatar__CDP16 {
    display: flex;
    align-items: center;
    margin-left: 40px;
    cursor: pointer;
  }
  .portal_header_info_group__iIJ3m .portal_home_avatar__CDP16 span:nth-child(1) {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  .portal_header_info_group__iIJ3m .portal_home_avatar__CDP16 span:nth-child(2) {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 9px;
    margin-right: 4px;
    white-space: nowrap;
  }
  .portal_header_info_group__iIJ3m .portal_home_avatar__CDP16 img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
  }
  .portal_header_info_group__iIJ3m .portal_header_info_item_email__L4oZV {
    position: relative;
    border-radius: 5px;
  }
  .portal_header_info_group__iIJ3m .portal_header_info_item_email__L4oZV span {
    width: auto;
    height: 16px;
    padding: 0px 5px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 8px;
    left: 20px;
    color: #FFF;
    text-align: center;
    font-family: "Roboto Bold";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-items: flex-end;
  }
  .portal_portal-restaurant-no-result__bORx8 {
    color: #1E1E1E;
    text-align: center;
    font-family: SF Compact Display Semibold;
    font-size: 40px;
    font-style: normal;
    font-weight: 556;
    letter-spacing: -0.24px;
    line-height: 50px;
    margin-top: 15px;
  }
  .portal_portal-restaurant-sub-no-result__SuNw3 {
    color: #676767;
    text-align: center;
    font-family: SF Compact Display;
    font-size: 24px;
    font-style: normal;
    font-weight: 457;
    line-height: 30px;
    margin-top: 15px;
  }
  .portal_portal-search-header__AK1L8 {
    margin-right: auto;
    margin-left: auto;
    margin-top: -57px;
    width: 462px;
    height: 61px;
    padding: 0;
    border-radius: 0 0 0px 0px;
    background: #ffffff;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
  }
  .portal_portal-search-header__AK1L8 .portal_group-search-input__P9T3i {
    width: 100%;
    position: relative;
  }
  .portal_portal-search-header__AK1L8 .portal_group-search-input__P9T3i .portal_search-icon__YRjAf {
    position: absolute;
    right: -16px;
    top: 5px;
    padding: 13px 30px;
    border-radius: 64px;
    background: #B5B268;
  }
  .portal_portal-search-header__AK1L8 .portal_group-search-input__P9T3i .portal_search-input__IwLfG {
    padding: 0px 100px 0px 25px;
    outline: 0 !important;
    background: #FFF;
    color: #444;
    font-family: SF Compact Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 457;
    line-height: normal;
    width: 462px;
    height: 61px;
    border-radius: 64px;
    border: 1px solid #CDCDCD;
  }
  .portal_category-bar__UDJYk {
    padding: 21px 30px;
    display: flex;
    align-items: center;
  }
  .portal_category-bar__UDJYk svg {
    margin-left: 33px;
  }
  .portal_category-bar__UDJYk .portal_portal-category-bar__Ox_vq {
    padding: 0px 45px;
    width: 100%;
    border-radius: 30px;
    background: #FFF;
    position: relative;
    height: 43px;
  }
  .portal_category-bar__UDJYk .portal_portal-category-bar__Ox_vq .portal_portal-category-contents__JtihW {
    overflow-x: scroll;
    white-space: nowrap;
    scroll-behavior: smooth;
    width: max-content;
    position: relative;
    display: inline-block;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-style: none;
  }
  .portal_category-bar__UDJYk .portal_portal-category-bar__Ox_vq .portal_portal-category-contents__JtihW .portal_portal-category-item__ZV_9Q {
    display: inline-block;
    white-space: nowrap;
    padding: 9px 25px;
    color: #4F4F4F;
    text-align: center;
    font-family: SF Compact Display;
    font-size: 18px;
    font-style: normal;
    font-weight: 556;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 0px;
  }
  .portal_category-bar__UDJYk .portal_portal-category-bar__Ox_vq .portal_portal-category-contents__JtihW::-webkit-scrollbar {
    display: none;
  }
  .portal_category-bar__UDJYk .portal_portal-category-bar__Ox_vq .portal_portal-prev-btn__MN2aN {
    position: absolute;
    top: 15px;
    left: 15px;
    margin-left: 0px;
  }
  .portal_category-bar__UDJYk .portal_portal-category-bar__Ox_vq .portal_portal-next-btn__YwTnF {
    position: absolute;
    top: 15px;
    right: 15px;
    margin-left: 0px;
  }
  .portal_map-text__4nHgy {
    color: #FFF;
    text-align: center;
    font-family: SF Compact Display;
    font-size: 15px;
    font-style: normal;
    font-weight: 556;
    line-height: 18px;
    padding: 11px 10px;
    border-radius: 20px;
    background: #444;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 5;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    height: 43px;
    display: flex;
    align-items: center;
  }
  .portal_portal-restaurant__fCrQF {
    padding: 0px 12px;
    margin-bottom: 0px;
  }
  .portal_portal-restaurant__fCrQF .portal_portal-restaurant-close__QkTkK {
    color: rgba(4, 4, 4, 0.17);
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
    margin-top: 41px;
  }
  .portal_group-filter__xdJdx {
    border-radius: 30px;
    border: 1px solid #CDCDCD;
    font-family: SF Compact Display;
    font-size: 18px;
    font-style: normal;
    font-weight: 556;
    line-height: normal;
    color: #1E1E1E;
    background: #FFF;
  }
  .portal_group-filter__xdJdx .portal_group-filter-item__x5U6d {
    padding: 15px 0px;
    align-items: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .portal_group-filter__xdJdx .portal_group-filter-item__x5U6d svg {
    margin-right: 5px;
  }
  .portal_group-filter__xdJdx .portal_group-filter-item-active__wyuZs {
    background: #B5B268;
    color: #FFFFFF;
    border-radius: 60px;
  }
  .portal_group-search-input-normal__d3aQF {
    position: relative;
    margin-top: 18px;
  }
  .portal_group-search-input-normal__d3aQF svg {
    position: absolute;
    top: 16px;
    left: 18px;
  }
  .portal_group-search-input-normal__d3aQF .portal_search-input-normal__0rPOK {
    outline: 0 !important;
    border-radius: 30px;
    border: 0.75px solid #CDCDCD;
    background: #FFF;
    color: #1E1E1E;
    font-family: SF Compact Display;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 4px 29px 4px 40px;
    width: 100%;
    height: 47px;
  }
  .portal_group-search-input-normal__d3aQF .portal_search-input-normal__0rPOK::placeholder {
    color: #676767;
    font-family: SF Compact Display;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .portal_group-sort__iNSXP {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }
  .portal_group-sort__iNSXP .portal_group-filter-item__x5U6d button {
    border: 0.75px solid #CDCDCD;
    background: #FFF;
    color: #1E1E1E;
    font-family: SF Compact Display;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    padding: 10px 60px 10px 18px;
    height: 47px;
    margin-top: 5px;
    position: relative;
    border-radius: 30px;
    min-width: 255px;
    text-transform: inherit;
  }
  .portal_group-sort__iNSXP .portal_group-filter-item__x5U6d button svg {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
  }
  .portal_group-sort__iNSXP .portal_group-filter-item__x5U6d .portal_dropdown-menu__nRzbG .portal_disabled__gYG_w {
    font-size: 15px;
  }
  .portal_group-sort__iNSXP .portal_group-filter-item__x5U6d .portal_dropdown-menu__nRzbG .portal_dropdown-item__dYhDU {
    font-size: 15px;
  }
  .portal_group-map__gpr46 {
    color: #1E1E1E;
    font-family: SF Compact Display;
    font-size: 15px;
    font-weight: 556;
    line-height: 18px;
  }
  .portal_group-map__gpr46 span {
    margin-left: 12px;
  }
  .portal_map-popup__KH5FT {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    padding: 10px 15px;
    width: 310px;
    position: absolute;
    top: -45px;
    left: -330px;
  }
  .portal_map-popup__KH5FT .portal_title__Ezoag {
    color: #1E1E1E;
    font-family: SF Compact Display Semibold;
    font-size: 22px;
    font-weight: 656;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .portal_map-popup__KH5FT .portal_address__PWrT3 {
    color: #676767;
    font-family: SF Compact Display;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    padding: 6px 0px;
  }
  .portal_map-popup__KH5FT .portal_status__DmD6C {
    color: #4F4F4F;
    font-family: SF Compact Display Semibold;
    font-size: 16px;
    font-weight: 656;
    line-height: 19px;
  }
  .portal_group-check__NPbvc {
    color: #1E1E1E;
    font-family: SF Compact Display;
    font-size: 18px;
    font-style: normal;
    font-weight: 457;
    line-height: 21px;
    margin-top: 18px;
  }
  .portal_group-check__NPbvc .portal_title-check__3EH1G {
    color: #1E1E1E;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }
  .portal_group-check__NPbvc .portal_check-item__7tSkI {
    margin-top: 12px;
  }
  .portal_group-search-radio__f62LG {
    color: #1E1E1E;
    font-family: SF Compact Display;
    font-size: 18px;
    font-style: normal;
    font-weight: 457;
    line-height: 21px;
    margin-top: 18px;
  }
  .portal_group-search-radio__f62LG .portal_group-radio__J7GzG {
    padding: 9px 0px;
  }
  .portal_group-search-radio__f62LG .portal_group-radio__J7GzG span {
    margin-top: 1px;
  }
  .portal_group-search-radio__f62LG .portal_title-radio__d1bo6 {
    color: #1E1E1E;
    font-family: SF Compact Display Semibold;
    font-weight: normal !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }
  .portal_portal-restaurant__fCrQF {
    padding: 0px;
    margin-bottom: 0px;
  }
  .portal_portal-restaurant__fCrQF .portal_portal-restaurant-close__QkTkK {
    color: #1E1E1E;
    font-family: SF Compact Display Semibold;
    font-size: 34px;
    font-style: normal;
    font-weight: 656;
    line-height: 40px;
    letter-spacing: -0.24px;
    margin: 19px 0px;
  }
  .portal_portal-restaurant-card__FrPQf {
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #CDCDCD;
  }
  .portal_portal-restaurant-card__FrPQf .portal_portal-restaurant-img__oYGwH {
    width: 145px;
    height: 145px;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    object-fit: cover;
  }
  .portal_portal-restaurant-card__FrPQf .portal_portal-restaurant-group__OsjBk {
    align-items: end;
    min-height: 87px;
  }
  .portal_portal-restaurant-card__FrPQf .portal_portal-restaurant-content__R8oks {
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.24px;
    align-items: end;
    color: #1E1E1E;
  }
  .portal_portal-restaurant-card__FrPQf .portal_portal-restaurant-content__R8oks .portal_portal-restaurant-name__SvHnL {
    font-weight: 656;
    font-size: 24px;
    font-family: SF Compact Display Semibold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 28px;
  }
  .portal_portal-restaurant-card__FrPQf .portal_portal-restaurant-content__R8oks .portal_portal-restaurant-description__lpQHP {
    color: #4F4F4F;
    font-family: SF Compact Display;
    font-size: 17px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 20px;
    margin-top: 10px;
  }
  .portal_portal-restaurant-card__FrPQf .portal_portal-restaurant-content__R8oks .portal_portal-restaurant-distance__4I7AK {
    color: #A8A8A8;
    text-align: right;
    font-family: SF Compact Display;
    font-size: 20px;
    font-weight: 400;
  }
  .portal_portal-restaurant-card__FrPQf .portal_portal-restaurant-content__R8oks .portal_portal-restaurant-status__lBPQn {
    color: #4F4F4F;
    text-align: right;
    font-family: SF Compact Display Semibold;
    font-size: 16px;
    font-weight: 656;
    line-height: 19px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .portal_portal-restaurant-card__FrPQf .portal_portal-restaurant-content__R8oks .portal_portal-restaurant-static__whz_0 {
    font-family: SF Compact Display Semibold;
    font-size: 16px;
    font-weight: 656;
    margin-right: 30px;
    display: flex;
    align-items: flex-end;
    color: #4F4F4F;
  }
  .portal_portal-restaurant-card__FrPQf .portal_portal-restaurant-content__R8oks .portal_portal-restaurant-static__whz_0 span {
    margin-left: 5px;
    text-transform: uppercase;
  }
  .portal_group-section-1__rFQoX {
    padding: 52px 65px;
    align-items: center;
  }
  .portal_group-section-1__rFQoX .portal_section-title__qT2Lp {
    color: #1E1E1E;
    font-size: 70px;
    font-style: normal;
    font-family: SF Compact Display Medium;
    font-weight: normal !important;
    font-weight: 556;
    line-height: 85px;
  }
  .portal_group-section-1__rFQoX .portal_section-title__qT2Lp a {
    color: #B5B268;
    text-decoration: none;
    font-family: SF Compact Display Semibold;
    font-weight: 656;
  }
  .portal_group-section-1__rFQoX .portal_section-description__iKOdB {
    color: #4F4F4F;
    font-family: SF Compact Display;
    font-size: 19px;
    font-style: normal;
    font-weight: 457;
    line-height: 38px;
    margin-top: 14px;
  }
  .portal_group-section-1__rFQoX .portal_section-search__p0E2J {
    position: relative;
    margin: 30px 0px 0px 0px;
  }
  .portal_group-section-1__rFQoX .portal_section-search__p0E2J .portal_search-input__IwLfG {
    outline: 0 !important;
    border-radius: 65px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    color: #1E1E1E;
    font-family: SF Compact Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding: 13px 120px 13px 24px;
    width: 100%;
    height: 61px;
  }
  .portal_group-section-1__rFQoX .portal_section-search__p0E2J .portal_search-input__IwLfG::placeholder {
    color: #676767;
    font-family: SF Compact Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }
  .portal_group-section-1__rFQoX .portal_section-search__p0E2J .portal_search-icon__YRjAf {
    position: absolute;
    width: 78px;
    height: 51px;
    top: 5px;
    right: 5px;
    padding: 13px 30px;
    background: #B5B268;
    border-radius: 64px;
  }
  .portal_group-section-1__rFQoX .portal_section-popup__aEELO {
    border-radius: 20px;
    background: var(--full-white, #FFF);
    box-shadow: 0px 15px 30px 5px rgba(118, 114, 44, 0.1);
    padding: 6px;
    width: 244px;
    position: absolute;
    bottom: 36px;
    right: 36px;
  }
  .portal_group-section-1__rFQoX .portal_section-popup__aEELO .portal_popup-title__xWo7B {
    color: #1E1E1E;
    font-family: SF Compact Display Semibold;
    font-size: 20px;
    font-style: normal;
    font-weight: 656;
    line-height: 12px;
  }
  .portal_group-section-1__rFQoX .portal_section-popup__aEELO .portal_popup-description____pPJ {
    color: var(--dark-grey, #4F4F4F);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    position: relative;
    padding: 0px 7px;
  }
  .portal_group-section-1__rFQoX .portal_section-popup__aEELO .portal_popup-description____pPJ .portal_popup-icon___ZWxm {
    background: #B5B268;
    padding: 2px 12px;
    width: 53px;
    height: 41px;
    border-radius: 57px;
    position: absolute;
    right: 0;
    bottom: -30px;
  }
  .portal_group-section-2__aDaqj {
    padding: 58px 56px 28px 56px;
  }
  .portal_group-section-2__aDaqj .portal_section-title__qT2Lp {
    color: #1E1E1E;
    font-family: SF Compact Display Semibold;
    font-size: 50px;
    font-style: normal;
    font-weight: 556;
    line-height: 60px;
    margin-bottom: 80px;
    padding: 0px 25px;
  }
  .portal_group-section-2__aDaqj .portal_group-section-backgroup__sk3yd {
    position: absolute;
    left: 230px;
    bottom: 155px;
    width: 236px;
    height: 80px;
    background: #ABA765;
    filter: blur(70px);
  }
  .portal_group-section-2__aDaqj .portal_card-slide__haHvz {
    height: 620px;
    position: relative;
    padding: 0px 25px;
  }
  .portal_group-section-2__aDaqj .portal_card-slide__haHvz .portal_card-slide-content__GAwHc {
    min-height: 490px;
    border-radius: 30px;
    padding: 30px 50px;
    border: 1px solid #CDCDCD;
    overflow: hidden;
    position: relative;
    z-index: 5;
    background: white;
  }
  .portal_group-section-2__aDaqj .portal_card-slide__haHvz .portal_card-slide-content__GAwHc .portal_card-title__AcKE3 {
    color: #1E1E1E;
    font-family: SF Compact Display Semibold;
    font-size: 30px;
    font-style: normal;
    font-weight: 556;
    line-height: 42px;
    margin-top: 30px;
  }
  .portal_group-section-2__aDaqj .portal_card-slide__haHvz .portal_card-slide-content__GAwHc .portal_card-description__fUa_3 {
    color: #676767;
    font-family: SF Compact Display;
    font-size: 18px;
    font-style: normal;
    font-weight: 457;
    line-height: 28px;
    margin-top: 10px;
  }
  .portal_group-section-3__kI22m {
    padding: 155px 162px 0px 105px;
    margin-bottom: 200px;
    position: relative;
    margin-top: 0px;
  }
  .portal_group-section-3__kI22m .portal_group-section-content__p6Sbc {
    padding: 43px 372px 43px 72px;
    border-radius: 30px;
    background: #1e1e1e;
    position: relative;
  }
  .portal_group-section-3__kI22m .portal_group-section-content__p6Sbc .portal_section-underline__2dYMT {
    position: absolute;
    top: 87px;
    left: 300px;
  }
  .portal_group-section-3__kI22m .portal_group-section-content__p6Sbc .portal_section-title__qT2Lp {
    color: #FFFFFF;
    font-family: SF Compact Display;
    font-size: 50px;
    font-style: normal;
    font-weight: 556;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .portal_group-section-3__kI22m .portal_group-section-content__p6Sbc .portal_section-title__qT2Lp .portal_section-app__Pv8Sh {
    font-family: SF Compact Display Medium;
    font-weight: normal !important;
    font-weight: 656;
    display: contents;
  }
  .portal_group-section-3__kI22m .portal_group-section-content__p6Sbc .portal_section-description__iKOdB {
    color: #CDCDCD;
    font-family: SF Compact Display;
    font-size: 24px;
    font-style: normal;
    font-weight: 556;
    line-height: 52px;
    margin-bottom: 10px;
  }
  .portal_group-section-3__kI22m .portal_group-section-content__p6Sbc .portal_section-check-list__fm72P {
    color: #FFFFFF;
    font-family: SF Compact Display;
    font-size: 24px;
    font-style: normal;
    font-weight: 556;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .portal_group-section-3__kI22m .portal_group-section-content__p6Sbc .portal_section-check-list__fm72P span {
    color: #B5B268;
  }
  .portal_group-section-3__kI22m .portal_group-section-content__p6Sbc .portal_section-download__X_Wx4 {
    margin-top: 57px;
    display: block;
  }
  .portal_group-section-3__kI22m .portal_group-section-content__p6Sbc .portal_section-download__X_Wx4 img {
    width: auto !important;
    height: 61px !important;
  }
  .portal_group-section-3__kI22m .portal_group-section-backgroup__sk3yd {
    position: absolute;
    left: 100px;
    bottom: -65px;
    width: calc(100% - 220px);
    height: 413px;
    border-radius: 37px;
    background: #676767;
    filter: blur(75px);
  }
  .portal_group-section-3__kI22m .portal_section-image__Yhnby {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    bottom: -85px;
    right: 62px;
    border-radius: 30px;
    background: inherit;
  }
  .portal_group-section-3__kI22m .portal_section-image__Yhnby img {
    object-fit: cover;
    width: 475px !important;
  }
  .portal_group-section-3__kI22m .portal_section-pr__06mzQ {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    bottom: -30px;
    right: 505px;
    border-radius: 30px;
    background: inherit;
  }
  .portal_group-section-3__kI22m .portal_section-pr__06mzQ img {
    object-fit: cover;
  }
  .portal_group-contact-intro__EXabX {
    margin-top: 85px;
  }
  .portal_group-contact-intro__EXabX .portal_group-section-backgroup__sk3yd {
    top: 490px;
    width: 420px;
    height: 366px;
    background: #ABA765;
    filter: blur(100px);
    border-radius: 420px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .portal_group-contact-intro__EXabX .portal_contact-title__zFoPF {
    color: var(--black, #1E1E1E);
    font-family: SF Compact Display Medium;
    font-weight: normal !important;
    font-size: 70px;
    font-style: normal;
    font-weight: 556;
    line-height: normal;
    padding-left: 80px;
    padding-right: 50px;
  }
  .portal_group-contact-intro__EXabX .portal_contact-description__xYl3t {
    color: var(--dark-grey, #4F4F4F);
    font-family: SF Compact Display;
    font-size: 19px;
    font-style: normal;
    font-weight: 457;
    line-height: 37.615px;
    padding-left: 80px;
    padding-right: 50px;
    margin-top: 15px;
    z-index: 5;
    position: relative;
  }
  .portal_group-contact-intro__EXabX .portal_contact-description__xYl3t a {
    color: #B5B268;
    font-family: "SF Compact Display Semibold";
    font-weight: 656;
  }
  .portal_group-contact-intro__EXabX .portal_contact-img__zmf6y {
    position: relative;
    width: auto;
    margin-top: -10%;
    margin-bottom: -10%;
  }
  .portal_group-contact-intro__EXabX .portal_contact-img__zmf6y .portal_section-popup__aEELO {
    border-radius: 20px;
    background: var(--full-white, #FFF);
    box-shadow: 0px 15px 30px 5px rgba(118, 114, 44, 0.1);
    padding: 6px;
    width: 244px;
    position: absolute;
    bottom: 66%;
    left: 50%;
  }
  .portal_group-contact-intro__EXabX .portal_contact-img__zmf6y .portal_section-popup__aEELO .portal_popup-title__xWo7B {
    color: #1E1E1E;
    font-family: SF Compact Display Semibold;
    font-size: 20px;
    font-style: normal;
    font-weight: 656;
    line-height: 12px;
  }
  .portal_group-contact-intro__EXabX .portal_contact-img__zmf6y .portal_section-popup__aEELO .portal_popup-description____pPJ {
    color: var(--dark-grey, #4F4F4F);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    position: relative;
    padding: 0px 7px;
  }
  .portal_group-contact-intro__EXabX .portal_contact-img__zmf6y .portal_section-popup__aEELO .portal_popup-description____pPJ .portal_popup-icon___ZWxm {
    background: #B5B268;
    padding: 2px 12px;
    width: 53px;
    height: 41px;
    border-radius: 57px;
    position: absolute;
    right: 0;
    bottom: -30px;
  }
  .portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q {
    padding: 90px 100px 0px 30px;
  }
  .portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC {
    padding: 53px 19px 32px 30px;
    border-radius: 20px;
    border: 1px solid var(--light-grey, #CDCDCD);
    background: var(--full-white, #FFF);
    background: white;
    z-index: 5;
    position: relative;
  }
  .portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC .portal_group-contact-field__ExVYA {
    margin-bottom: 23px;
  }
  .portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC .portal_form-custom-contact-invalid__qZeys {
    border: 1px solid #e03009;
  }
  .portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC .portal_form-custom-contact-invalid__qZeys::placeholder {
    color: var(--Grey-2, #e03009);
  }
  .portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC .portal_form-label__wleOa {
    color: var(--black, #1E1E1E);
    font-family: SF Compact Display Medium;
    font-weight: normal !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 556;
    line-height: normal;
    text-transform: uppercase;
  }
  .portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC textarea,
  .portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC input:focus {
    outline: none;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
  }
  .portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC input,
  .portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC textarea {
    border-radius: 5px;
    border: 1px solid var(--light-grey, #CDCDCD);
    background: var(--full-white, #FFF);
    padding: 18px;
    color: #1E1E1E;
    font-family: SF Compact Display;
    font-size: 22px;
    font-style: normal;
    font-weight: 457;
    line-height: normal;
  }
  .portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC input::placeholder,
  .portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC textarea::placeholder {
    color: var(--Grey-2, #676767);
    font-family: SF Compact Display;
    font-size: 22px;
    font-style: normal;
    font-weight: 457;
    line-height: normal;
  }
  .portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC textarea {
    height: 120px;
  }
  .portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC button {
    color: var(--full-white, #FFF);
    text-align: center;
    font-family: SF Compact Display Medium;
    font-weight: normal !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 556;
    line-height: normal;
    padding: 15px 30px;
    border-radius: 67px;
    background: #B5B268;
  }
  .portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC .portal_success-message__XIlqk {
    color: #B5B268;
    text-align: center;
    font-family: "SF Compact Display Semibold";
    font-size: 25px;
    font-style: normal;
    font-weight: 656;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .portal_group-contact-intro__EXabX .portal_group-contact-form__0pT8q .portal_contact-form__HOFbC .portal_sub-success-message__uKnKA {
    margin-top: 10px;
    color: var(--dark-grey, #4F4F4F);
    text-align: center;
    font-family: SF Compact Display;
    font-size: 18px;
    font-style: normal;
    font-weight: 457;
    line-height: 24px;
    padding: 0px 70px;
  }
  .portal_footer__lSFcF {
    background: #FFFFFF;
    padding: 70px 106px;
    border-top: 1px solid #CDCDCD;
  }
  .portal_footer__lSFcF .portal_footer-item__Ii9Pj {
    margin-top: 15px;
  }
  .portal_footer__lSFcF .portal_footer-item__Ii9Pj a {
    margin-top: 15px;
    color: #4F4F4F;
    font-family: SF Compact Display;
    font-size: 22px;
    font-style: normal;
    font-weight: 457;
    line-height: normal;
    text-decoration: none;
  }
  .portal_footer__lSFcF .portal_group-items__OYmdz {
    width: -moz-fit-content;
    width: fit-content;
  }
  .portal_footer__lSFcF .portal_footer-title___K2OG {
    color: #1E1E1E;
    text-transform: uppercase;
    font-family: SF Compact Display Semibold;
    font-size: 24px;
    font-style: normal;
    font-weight: 556;
    line-height: 30px;
  }
  .portal_footer__lSFcF .portal_footer-sub-title__saXu0 {
    margin-top: 15px;
    color: #4F4F4F;
    font-family: SF Compact Display;
    font-size: 22px;
    font-style: normal;
    font-weight: 457;
    line-height: normal;
    text-decoration: none;
  }
  .portal_footer__lSFcF .portal_copyright__HQ0v_ {
    color: #4F4F4F;
    text-align: center;
    font-family: SF Compact Display;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 150px;
  }
  .portal_footer__lSFcF .portal_copyright__HQ0v_ a {
    color: #B5B268;
    font-size: 14px;
    text-decoration: none;
    font-family: SF Compact Display Medium;
    font-weight: normal !important;
    font-weight: 556;
  }
}
@media screen and (max-width: 1279px) {
  .portal_search-input__IwLfG::placeholder {
    color: #FFF !important;
  }
}
@media screen and (min-width: 1280px) {
  .portal_terms-header__dYM6h {
    padding: 0 !important;
    border-radius: 0 0 0 0 !important;
    background: #423E37 !important;
    height: 404px !important;
    flex-shrink: 0;
  }
  .portal_terms-header__dYM6h .portal_terms-title__K2Eze {
    padding: 75px 356px 130px 356px !important;
    color: #FFF;
    text-align: center !important;
    font-family: Raleway !important;
    font-size: 63px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: normal !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    height: 404px !important;
    flex-shrink: 0;
  }
  .portal_terms-header__dYM6h .portal_terms-title__K2Eze svg {
    display: none !important;
  }
  .portal_terms-description__q9qiO {
    padding: 20px 65px 0 65px !important;
    font-family: SF Compact Display;
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    flex-direction: column !important;
    align-items: center !important;
    color: #4F4F4F !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 457 !important;
    line-height: 30px !important;
  }
}
@media screen and (max-width: 340px) {
  .portal_terms-icon-back__23WFh {
    margin-right: 10px !important;
  }
  .portal_terms-title__K2Eze {
    font-size: 20px !important;
  }
}
.portal_headerContainer__Pc8th {
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 10px;
}

@media screen and (max-width: 1279px) {
  .portal_headerContainer__Pc8th {
    min-width: 103.5%;
  }
  .portal_footContain__bUqrw {
    min-width: 103.5%;
  }
  .portal_unknowCotain__i2bOK {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 101px;
    margin-top: 101px;
  }
  .portal_unknowCotain__i2bOK .portal_titleUnknow__IVuDy {
    color: var(--black, #1E1E1E);
    text-align: center;
    font-family: SF Compact Display Medium;
    font-weight: normal !important;
    font-size: 27.022px;
    font-style: normal;
    font-weight: 556;
    line-height: normal;
  }
  .portal_unknowCotain__i2bOK .portal_subUnknow__venIo {
    color: var(--Grey-2, #676767);
    text-align: center;
    font-family: SF Compact Display;
    font-size: 14px;
    font-style: normal;
    font-weight: 457;
    line-height: normal;
    padding-left: 30px;
    padding-right: 30px;
  }
  .portal_unknowCotain__i2bOK .portal_btn-dark-register-portal__uUyKo {
    border: none;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
    width: 217px;
    height: 40px;
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    color: var(--full-white, #FFF);
    text-align: center;
    font-family: SF Compact Display;
    font-size: 16.888px;
    font-style: normal;
    font-weight: 556;
    line-height: normal;
    border-radius: 45.261px;
    background: var(--primary, #ABA765);
    margin-top: 40px;
    display: flex;
    padding: 10.133px 20.266px;
    justify-content: center;
    align-items: center;
    gap: 6.755px;
  }
}
@media screen and (min-width: 1280px) {
  .portal_headerContainer__Pc8th {
    padding-bottom: 20px;
  }
  .portal_unknowCotain__i2bOK {
    width: 789px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 122px;
    margin-top: 122px;
  }
  .portal_unknowCotain__i2bOK .portal_titleUnknow__IVuDy {
    color: var(--black, #1E1E1E);
    text-align: center;
    font-family: SF Compact Display Medium;
    font-weight: normal !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 556;
    line-height: normal;
  }
  .portal_unknowCotain__i2bOK .portal_subUnknow__venIo {
    color: var(--Grey-2, #676767);
    text-align: center;
    font-family: SF Compact Display Medium;
    font-weight: normal !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 457;
    line-height: normal;
  }
  .portal_btn-dark-register-portal__uUyKo {
    border-radius: 67px;
    border: none;
    background: var(--primary, #ABA765);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
    width: 305px;
    height: 60px;
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-family: SF Compact Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    letter-spacing: -0.24px;
    margin-top: 60px;
    color: var(--full-white, #FFF);
    text-align: center;
    font-family: SF Compact Display;
    font-size: 25px;
    font-style: normal;
    font-weight: 556;
    line-height: normal;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[5].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[5].oneOf[9].use[5]!./public/assets/css/menu.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.menu_container__qmKIA {
  display: flex;
  justify-content: space-evenly;
  background-color: #FFFFFF;
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.03);
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 200;
  left: 0;
}

.menu_header__kFZpi {
  padding: 0 28px;
  height: 70px;
  background: #FFF;
  box-shadow: 0px 13px 26px 0px rgba(166, 166, 166, 0.1);
}
.menu_header__kFZpi .menu_header_navbar__ozzst {
  height: 100%;
}
.menu_header__kFZpi .menu_header_logo__zXlJy {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu_header__kFZpi .menu_header_logo__zXlJy .menu_logo__OXb2l {
  margin-bottom: -19px;
}
.menu_header__kFZpi .menu_header_logo__zXlJy .menu_navbarBrand__v8GSk {
  display: flex;
  align-items: center;
}
.menu_header__kFZpi .menu_header_logo__zXlJy .menu_navbarBrand__v8GSk .menu_info__q4G2X {
  margin-left: 17px;
}
.menu_header__kFZpi .menu_header_logo__zXlJy .menu_navbarBrand__v8GSk .menu_info__q4G2X strong {
  display: block;
  color: #404040;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 1000;
  line-height: normal;
  margin-bottom: -5px;
}
.menu_header__kFZpi .menu_header_logo__zXlJy .menu_navbarBrand__v8GSk .menu_info__q4G2X span {
  color: #888;
  font-family: SF Compact Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 556;
  line-height: normal;
}
.menu_header__kFZpi .menu_header_logo__zXlJy .menu_navbarBrand__v8GSk:hover {
  cursor: pointer;
}
.menu_header__kFZpi .menu_header_info__1IlZ5 {
  display: flex;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
  position: relative;
}
.menu_header__kFZpi .menu_header_info__1IlZ5 svg {
  position: relative;
  z-index: 9;
}
.menu_header__kFZpi .menu_close_header_popupmap__Hk88J {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.menu_header__kFZpi .menu_header_status___Jl7w {
  font-size: 16px;
  color: #404040;
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
  margin-left: 20px;
  line-height: normal;
}
.menu_header__kFZpi .menu_header_status___Jl7w .menu_dot__z7Tar {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #6CCE4A;
  border-radius: 50%;
  margin-right: 5px;
}
.menu_header__kFZpi .menu_header_status___Jl7w .menu_sub_closed__kECez {
  margin-left: 4px;
  color: #888888;
  text-transform: none;
  font-size: 14px;
  font-weight: 556;
  font-family: SF Compact Display;
  display: contents;
}
.menu_header__kFZpi .menu_header_holiday__WOyrD {
  display: block;
  text-transform: lowercase;
  font-family: SF Compact Display Medium;
  font-weight: normal !important;
  line-height: 19px;
  margin-left: 14px;
}

.menu_header_info_group__xiwgO {
  display: flex;
  align-items: center;
}
.menu_header_info_group__xiwgO .menu_header_info_item__fPxgp {
  margin-left: 20px;
  padding-bottom: 25px;
  margin-top: 19px;
  padding-top: 6px;
  position: relative;
}
.menu_header_info_group__xiwgO .menu_header_info_item__fPxgp:nth-child(1) {
  margin-right: -6px;
}
.menu_header_info_group__xiwgO .menu_header_info_item__fPxgp:nth-child(2) {
  padding-right: 6px;
  padding-left: 4px;
}
.menu_header_info_group__xiwgO .menu_header_info_item__fPxgp:nth-child(2).menu_active__6nFsA {
  border-radius: 5px;
  background: #F5F5F5;
}
.menu_header_info_group__xiwgO .menu_header_info_item__fPxgp:nth-child(2):hover {
  border-radius: 5px;
  background: #F5F5F5;
}
.menu_header_info_group__xiwgO .menu_header_info_item_label__LIrX_ {
  border-radius: 5px;
  background: #F5F5F5;
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  display: flex;
  margin-top: 0px;
  align-items: center;
}
.menu_header_info_group__xiwgO .menu_header_info_item_label__LIrX_ span {
  margin-left: 4px;
}
.menu_header_info_group__xiwgO .menu_login_link__iI4NM:hover {
  cursor: pointer;
}
.menu_header_info_group__xiwgO .menu_login_link__iI4NM {
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.menu_header_info_group__xiwgO .menu_login_link__iI4NM .menu_header_info_item__fPxgp {
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  color: #404040;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.menu_header_info_group__xiwgO .menu_login_link__iI4NM .menu_header_info_item__fPxgp:hover {
  opacity: 0.7;
}
.menu_header_info_group__xiwgO .menu_login_link__iI4NM .menu_header_info_item__fPxgp svg {
  margin-left: 10px;
}
.menu_header_info_group__xiwgO .menu_login_link__iI4NM .menu_header_info_item__fPxgp {
  margin-left: 0px !important;
  margin-right: 0px;
}
.menu_header_info_group__xiwgO .menu_login_link__iI4NM img {
  margin-left: 5px;
}
.menu_header_info_group__xiwgO .menu_home_avatar__tXrXq {
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
}
.menu_header_info_group__xiwgO .menu_home_avatar__tXrXq span:nth-child(1) {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.menu_header_info_group__xiwgO .menu_home_avatar__tXrXq span:nth-child(2) {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-left: 9px;
  margin-right: 0px;
  white-space: nowrap;
}
.menu_header_info_group__xiwgO .menu_home_avatar__tXrXq img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.menu_header_info_group__xiwgO .menu_header_info_item_email__xmxtZ {
  position: relative;
  border-radius: 5px;
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 10px;
  margin-right: -10px;
}
.menu_header_info_group__xiwgO .menu_header_info_item_email__xmxtZ.menu_active__6nFsA {
  background: #F5F5F5;
}
.menu_header_info_group__xiwgO .menu_header_info_item_email__xmxtZ span {
  width: auto;
  height: 16px;
  padding: 0px 5px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 25px;
  color: #FFF;
  text-align: center;
  font-family: "Roboto";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.menu_home__UvoO0 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.menu_menu__Aav7P {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.menu_account__rrtzs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.menu_loyalty__VJ1y0 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.menu_cart__c0j4H {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  position: relative;
}

.menu_text__iuaiK {
  color: #413E38;
  text-align: center;
  font-family: SF Compact Display;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  text-decoration: none;
}

.menu_image-container__e3fNi {
  width: 100%;
  text-align: center;
}

.menu_header_info_history_empty___Kw_Q {
  width: 612px;
  height: 294px;
  padding: 99px 127px 98px 126px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888;
  text-align: center;
  font-family: SF Compact Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 556;
  line-height: normal;
  position: absolute;
  right: 0px;
  top: 40px;
  background: #F5F5F5;
}

.menu_header_info_history__3XjOT {
  position: absolute;
  border-radius: 2px 0px 2px 2px;
  box-shadow: -10px 10px 20px 2px rgba(80, 80, 80, 0.15);
  right: 0px;
  top: 40px;
  background: #F5F5F5;
  overflow: visible;
}
.menu_header_info_history__3XjOT .menu_header_info_history_loading__Fc2oa {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFF;
}
.menu_header_info_history__3XjOT .menu_hover_history__WoCu2 {
  padding: 25px 31px;
  border-radius: 2px 0px 2px 2px;
  box-shadow: -12px 12px 10px 1px rgba(80, 80, 80, 0.15);
  background: #FFF;
  margin-top: -20px;
  margin-bottom: 0px;
}
.menu_header_info_history__3XjOT .menu_hover_history__WoCu2 .menu_list_product__YWcW2 {
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 5px;
  margin-top: 12px;
}
.menu_header_info_history__3XjOT .menu_hover_history__WoCu2 .menu_list_product__YWcW2:nth-child(1) {
  margin-top: 0px;
}
.menu_header_info_history__3XjOT .menu_hover_history__WoCu2 .menu_list_product__YWcW2:nth-child(2) li:nth-child(1) {
  color: #888;
  font-family: SF Compact Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 556;
  line-height: normal;
}
.menu_header_info_history__3XjOT .menu_hover_history__WoCu2 .menu_list_product__YWcW2:nth-child(2) li:nth-child(2) {
  color: #888;
  text-align: right;
  font-family: SF Compact Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 556;
  line-height: normal;
}
.menu_header_info_history__3XjOT .menu_hover_history__WoCu2 .menu_list_product__YWcW2 ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 10px;
}
.menu_header_info_history__3XjOT .menu_hover_history__WoCu2 .menu_list_product__YWcW2 ul li {
  text-align: left;
}
.menu_header_info_history__3XjOT .menu_hover_history__WoCu2 .menu_list_product__YWcW2 ul li span {
  color: #404040;
  font-family: SF Compact Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 556;
  line-height: normal;
}
.menu_header_info_history__3XjOT .menu_hover_history__WoCu2 .menu_list_product__YWcW2 ul li p {
  color: #888;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 556;
  line-height: normal;
  margin: 0px;
  margin-top: 5px;
}
.menu_header_info_history__3XjOT .menu_hover_history__WoCu2 .menu_list_product__YWcW2 ul li:nth-child(2) {
  color: #404040;
  text-align: right;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 790;
  line-height: normal;
}
.menu_header_info_history__3XjOT .menu_hover_history__WoCu2 .menu_total_products__hwNus {
  margin-top: 10px;
}
.menu_header_info_history__3XjOT .menu_hover_history__WoCu2 .menu_total_products__hwNus ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.menu_header_info_history__3XjOT .menu_hover_history__WoCu2 .menu_total_products__hwNus ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 15px;
  text-align: left;
}
.menu_header_info_history__3XjOT .menu_hover_history__WoCu2 .menu_total_products__hwNus ul li:nth-child(1) {
  margin-top: 0px;
}
.menu_header_info_history__3XjOT .menu_hover_history__WoCu2 .menu_total_products__hwNus ul li span {
  color: #404040;
  font-family: SF Compact Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 457;
  line-height: 20px;
  width: 50%;
}
.menu_header_info_history__3XjOT .menu_hover_history__WoCu2 .menu_total_products__hwNus ul li strong {
  color: #404040;
  text-align: right;
  font-family: SF Compact Display Medium;
  font-weight: normal !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 656;
  line-height: 20px;
  width: 50%;
}
.menu_header_info_history__3XjOT .menu_hover_history__WoCu2 .menu_total_products__hwNus ul li:nth-child(1) {
  margin-bottom: 10px;
}
.menu_header_info_history__3XjOT .menu_hover_history__WoCu2 .menu_total_products__hwNus ul li:nth-child(1) span:nth-child(1) {
  color: #888;
  font-family: SF Compact Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 556;
  line-height: 35px;
}
.menu_header_info_history__3XjOT .menu_hover_history__WoCu2 .menu_total_products__hwNus ul li:nth-child(1) span:nth-child(2) {
  color: #000;
  text-align: right;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 943;
  line-height: normal;
  text-transform: uppercase;
}
.menu_header_info_history__3XjOT .menu_hover_history__WoCu2 .menu_total_products__hwNus ul li:nth-child(1) span:nth-child(2) span {
  color: #D87833;
  text-align: right;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 943;
  line-height: normal;
}
.menu_header_info_history__3XjOT .menu_header_info_history_group__sxMd_ {
  padding: 15px 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid #E6E6E6;
  transition: 0.3s;
  background: #F5F5F5;
}
.menu_header_info_history__3XjOT .menu_header_info_history_group__sxMd_:hover {
  background: #FFFFFF;
}
.menu_header_info_history__3XjOT .menu_header_info_history_group__sxMd_:last-child {
  border-bottom: none;
}
.menu_header_info_history__3XjOT .menu_header_info_history_group__sxMd_:hover .menu_hover_history__WoCu2 {
  opacity: 1;
  visibility: visible;
}
.menu_header_info_history__3XjOT .menu_header_info_history_name__yjAEP {
  display: flex;
  justify-content: space-between;
}
.menu_header_info_history__3XjOT .menu_header_info_history_name__yjAEP .menu_name__5JlHL span {
  color: #1E1E1E;
  font-family: SF Compact Display Medium;
  font-weight: normal !important;
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  font-weight: 656;
  line-height: 28px;
}
.menu_header_info_history__3XjOT .menu_header_info_history_name__yjAEP .menu_name__5JlHL span:nth-child(2) {
  color: #D87833;
  margin-left: 5px;
}
.menu_header_info_history__3XjOT .menu_header_info_history_restaurant_name__dc1Hs {
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 790;
  line-height: 28px;
  text-align: left;
  margin-bottom: 10px;
}
.menu_header_info_history__3XjOT p {
  color: #676767;
  font-family: SF Compact Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 556;
  line-height: 28px;
  text-transform: lowercase;
  margin-bottom: 10px;
}
.menu_header_info_history__3XjOT .menu_price__f9P7j {
  color: #404040;
  text-align: right;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 1000;
}
.menu_header_info_history__3XjOT .menu_header_info_history_item__YE45G .menu_header_info_history_item_bottom__Ep4rA {
  padding-bottom: 10px;
  text-transform: uppercase;
}
.menu_header_info_history__3XjOT .menu_header_info_history_item__YE45G:nth-child(2) {
  display: flex;
  justify-content: space-between;
}
.menu_header_info_history__3XjOT .menu_header_info_history_item__YE45G:nth-child(2) .menu_header_info_history_item_bottom__Ep4rA {
  color: #1E1E1E;
  text-align: center;
  font-family: SF Compact Display Medium;
  font-weight: normal !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 790;
  line-height: normal;
  letter-spacing: 1.35px;
}
.menu_header_info_history__3XjOT .menu_header_info_history_item__YE45G:nth-child(2) .menu_header_info_history_item_bottom__Ep4rA:nth-child(1) svg {
  margin-right: 3px;
  width: 24px;
  height: 24px;
}
.menu_header_info_history__3XjOT .menu_header_info_history_item__YE45G:nth-child(2) .menu_header_info_history_item_bottom__Ep4rA:nth-child(2) svg {
  width: 26px;
  height: 26px;
}

.menu_header_notification__H1kEv a {
  color: #D87833;
  font-family: SF Compact Display Medium;
  font-weight: normal !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 790;
  line-height: 35px;
  text-transform: uppercase;
  text-align: right;
  display: block;
  text-decoration: none;
  padding: 0px 47px;
  padding-right: 18px;
  margin-bottom: -45px;
  margin-top: 10px;
  position: relative;
  z-index: 9;
}
.menu_header_notification__H1kEv ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu_header_notification__H1kEv ul li {
  background: #F5F5F5;
  padding: 30px 47px;
  padding-right: 18px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  padding-top: 5px;
  padding-bottom: 20px;
}
.menu_header_notification__H1kEv ul li:first-child {
  padding-top: 40px;
}
.menu_header_notification__H1kEv ul li .menu_date__ilUgX {
  color: #C4C4C4;
  text-align: right;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
}
.menu_header_notification__H1kEv ul li .menu_title__yb6oJ {
  color: #1E1E1E;
  font-family: SF Compact Display Medium;
  font-weight: normal !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 656;
  line-height: 35px;
  text-transform: uppercase;
}
.menu_header_notification__H1kEv ul li .menu_description__XsJjO {
  color: #676767;
  font-family: SF Compact Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 556;
  line-height: 35px;
}
.menu_header_notification__H1kEv ul li.menu_active__6nFsA {
  background: #FFF;
}
.menu_header_notification__H1kEv ul li .menu_dot__z7Tar {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 16px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

@media screen and (max-width: 1279px) {
  .menu_container__qmKIA {
    background-color: #f8f8f8;
  }
  .menu_container__qmKIA {
    display: flex;
    justify-content: space-around; /* Căn các phần tử theo chiều ngang và chia đều khoảng cách giữa chúng */
  }
  .menu_home__UvoO0,
  .menu_menu__Aav7P,
  .menu_cart__c0j4H,
  .menu_loyalty__VJ1y0,
  .menu_account__rrtzs {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }
  .menu_paddingTop2__zRsqU {
    padding-top: 2px;
  }
  .menu_paddingTop1__jSMUk {
    padding-top: 1px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[5].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[5].oneOf[9].use[5]!./public/assets/css/footer.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.footer_footer__Gyqp7 {
  background: #FFFFFF;
  height: 37px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C6C6C6;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  z-index: 99;
}
.footer_footer__Gyqp7 a {
  text-decoration: none;
  color: #C6C6C6;
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.3s;
}
.footer_footer__Gyqp7 a:hover {
  color: #222;
}
@media screen and (max-width: 991px) {
  .footer_footer__Gyqp7 {
    display: none;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[12].use[3]!./node_modules/slick-carousel/slick/slick.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[12].use[3]!./node_modules/slick-carousel/slick/slick-theme.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/_next/static/media/ajax-loader.0b80f665.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/_next/static/media/slick.25572f22.eot);
    src: url(/_next/static/media/slick.25572f22.eot?#iefix) format('embedded-opentype'), url(/_next/static/media/slick.653a4cbb.woff) format('woff'), url(/_next/static/media/slick.6aa1ee46.ttf) format('truetype'), url(/_next/static/media/slick.f895cfdf.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[5].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[5].oneOf[13].use[5]!./public/assets/css/common.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.itr-dropdown .dropdown-toggle {
  background-color: #FFFFFF;
  color: #413E38;
  text-align: left;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1019607843);
  border-color: transparent;
  width: 300px;
  height: 50px;
}
.itr-dropdown .dropdown-menu {
  width: 300px;
  border-color: transparent;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1019607843);
}
.itr-dropdown .dropdown-menu > li {
  height: 36px;
}
.itr-dropdown .dropdown-menu > li .dropdown-item .item-image-container {
  display: inline-block;
  float: left;
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.itr-dropdown .dropdown-menu > li .dropdown-item .item-image-container img {
  width: 100%;
}

.dropdown-menu.reformat > li .dropdown-item:active {
  background-color: transparent;
}

.font-weight-bold {
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-weight: bold;
}

.btn-div.disabled {
  opacity: 0.6;
  cursor: pointer;
  pointer-events: none;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[5].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[5].oneOf[9].use[5]!./public/assets/css/notfound.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.notfound_header__L8EZQ {
  position: relative;
  height: 75px;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.notfound_header__L8EZQ div {
  position: absolute;
  bottom: 8px;
  left: 21px;
  color: #FFF;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
}

.notfound_center-text__5Tf0K {
  text-align: center;
  margin-top: 50px;
}

.notfound_warning__jhUw_ {
  text-align: center;
  margin-top: 20px;
}
.notfound_warning__jhUw_ h1 {
  color: #000;
  text-align: center;
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.notfound_page_not_found__uNZF6 {
  margin-top: 100px;
  height: calc(100vh - 212px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.notfound_page_not_found__uNZF6 .notfound_in__b7Gv_ {
  position: relative;
  z-index: 99;
  background: #F5F5F5;
  max-width: 714px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 80px 40px;
  border-radius: 10px;
}
.notfound_page_not_found__uNZF6 .notfound_icon__pyKrq {
  margin-right: 22px;
}
.notfound_page_not_found__uNZF6 .notfound_info__IQ0q3 h1 {
  font-family: SF Compact Display Semibold;
  font-weight: normal !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 1000;
  color: #404040;
  text-transform: uppercase;
}
.notfound_page_not_found__uNZF6 .notfound_info__IQ0q3 p {
  font-family: SF Compact Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 556;
  line-height: normal;
  color: #888;
}
.notfound_page_not_found__uNZF6 .notfound_info__IQ0q3 div {
  font-family: SF Compact Display Medium;
  font-weight: normal !important;
  border-radius: 5px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 790;
  line-height: normal;
  letter-spacing: 1.44px;
  padding: 20px 23px;
  text-decoration: none;
  margin-top: 0px;
  display: inline-block;
  text-transform: uppercase;
}

.notfound_disciption__ATJvd {
  text-align: center;
  margin-top: 20px;
}
.notfound_disciption__ATJvd p {
  color: #000;
  text-align: center;
  font-family: SF Compact Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 80%;
}

.notfound_containButton__KfCLb {
  margin-top: 40px;
}

.notfound_indicate__JU_Im {
  text-align: center;
  margin-top: 165px;
}

.notfound_btn-dark__o1mmn {
  border-radius: 6px;
  background: #413E38;
  width: 132px;
  height: 39px;
  color: var(--White, #FFF);
  font-family: SF Compact Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 1280px) {
  .notfound_page_not_found__uNZF6 {
    margin-top: 0;
  }
}
